1999-06-12 Ben Elliston <bje@cygnus.com>

* config.guess: Detect Linux on ia64.
	* config.sub: Handle ia64.
This commit is contained in:
Ben Elliston 1999-06-12 00:36:54 +00:00
parent 89c610044e
commit cdf5978b6e
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1999-06-12 Ben Elliston <bje@cygnus.com>
* config.guess: Detect Linux on ia64.
* config.sub: Handle ia64.
1999-06-12 Ben Elliston <bje@cygnus.com>
* config.guess: Handle `elf32ppclinux' from ld. Contributed by

1
config.guess vendored
View File

@ -636,6 +636,7 @@ EOF
s/ .*//
p'`
case "$ld_supported_emulations" in
*ia64) echo "${UNAME_MACHINE}-unknown-linux" ; exit 0 ;;
i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;;
i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;;
sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;

5
config.sub vendored
View File

@ -162,7 +162,7 @@ esac
case $basic_machine in
# Recognize the basic CPU types without company name.
# Some are omitted here because they have special meanings below.
tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
| arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
| 580 | i960 | h8300 \
| hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
@ -191,7 +191,8 @@ case $basic_machine in
exit 1
;;
# Recognize the basic CPU types with company name.
vax-* | tahoe-* | i[34567]86-* | i860-* | m32r-* | m68k-* | m68000-* \
# FIXME: clean up the formatting here.
vax-* | tahoe-* | i[34567]86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
| m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
| power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \