]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-06-12 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 12 Jun 1999 00:36:54 +0000 (00:36 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 12 Jun 1999 00:36:54 +0000 (00:36 +0000)
* config.guess: Detect Linux on ia64.
* config.sub: Handle ia64.

ChangeLog
config.guess
config.sub

index d8f63e38a15a2aa426b5c911d6e3318ba10bdd66..72ce0b5e02961c6865d6fa429113a2d07c0e8d0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 655d0649ad39a7b644a6d50db0d381ced4ee65e8..dc6fc9d1f5a497f0bac4112c1a90725a2dd7641f 100755 (executable)
@@ -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 ;;
index bba5c72632f397a0757e8c76bf6b65e8d8e62948..e4944414bf64c159ce4b4f234d73e0b71538b8e5 100755 (executable)
@@ -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-* \