Add support for ia64*-*-linux*.
This commit is contained in:
parent
027b73ac1b
commit
2d23c8cc17
1 changed files with 5 additions and 0 deletions
|
@ -980,6 +980,11 @@ case "${canonical}" in
|
|||
machine=wicat opsys=usg5-2
|
||||
;;
|
||||
|
||||
## IA-64
|
||||
ia64*-*-linux* )
|
||||
machine=ia64 opsys=gnu-linux
|
||||
;;
|
||||
|
||||
## Intel 386 machines where we don't care about the manufacturer
|
||||
i[3456]86-*-* )
|
||||
machine=intel386
|
||||
|
|
Loading…
Add table
Reference in a new issue