diff options
| -rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ee03ee17669..41767306736 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -980,6 +980,11 @@ case "${canonical}" in | |||
| 980 | machine=wicat opsys=usg5-2 | 980 | machine=wicat opsys=usg5-2 |
| 981 | ;; | 981 | ;; |
| 982 | 982 | ||
| 983 | ## IA-64 | ||
| 984 | ia64*-*-linux* ) | ||
| 985 | machine=ia64 opsys=gnu-linux | ||
| 986 | ;; | ||
| 987 | |||
| 983 | ## Intel 386 machines where we don't care about the manufacturer | 988 | ## Intel 386 machines where we don't care about the manufacturer |
| 984 | i[3456]86-*-* ) | 989 | i[3456]86-*-* ) |
| 985 | machine=intel386 | 990 | machine=intel386 |