From cdf5978b6ece9ac8883f0497fc9b904f8438a98c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 12 Jun 1999 00:36:54 +0000 Subject: [PATCH] 1999-06-12 Ben Elliston * config.guess: Detect Linux on ia64. * config.sub: Handle ia64. --- ChangeLog | 5 +++++ config.guess | 1 + config.sub | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8f63e38..72ce0b5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-06-12 Ben Elliston + + * config.guess: Detect Linux on ia64. + * config.sub: Handle ia64. + 1999-06-12 Ben Elliston * config.guess: Handle `elf32ppclinux' from ld. Contributed by diff --git a/config.guess b/config.guess index 655d0649..dc6fc9d1 100755 --- a/config.guess +++ b/config.guess @@ -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 ;; diff --git a/config.sub b/config.sub index bba5c726..e4944414 100755 --- a/config.sub +++ b/config.sub @@ -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-* \ -- 2.47.2