]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-04-29 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 29 Apr 1999 05:58:38 +0000 (05:58 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Thu, 29 Apr 1999 05:58:38 +0000 (05:58 +0000)
* config.sub: Handle `t3e' alias for Cray T3E. Contributed by
James A. Lupo <lupoja@feynman.ml.wpafb.af.mil>.

ChangeLog
config.sub

index b3b07893f2f09198dc74aeed52696235dd9f9708..ad02ca3674b32479f6be65c5c0d4b9ba08692df2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-04-29  Ben Elliston  <bje@cygnus.com>
+
+       * config.sub: Handle `t3e' alias for Cray T3E. Contributed by
+       James A. Lupo <lupoja@feynman.ml.wpafb.af.mil>.
+
 1999-04-17  Paul Eggert  <eggert@twinsun.com>
 
        * autoconf.texi, acspecific.m4 (AC_FUNC_MKTIME): New macro.
index 33a3f60c0d49769d264af67341cf7bc235cbcf4a..49c2aa1ca1e12026b9e73a2e1416e6c6634798b2 100755 (executable)
@@ -185,7 +185,7 @@ case $basic_machine in
              | sparc64-* | mips64-* | mipsel-* \
              | mips64el-* | mips64orion-* | mips64orionel-*  \
              | mipstx39-* | mipstx39el-* \
-             | f301-* | armv*-*)
+             | f301-* | armv*-* | t3e-*)
                ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.
@@ -584,6 +584,10 @@ case $basic_machine in
                basic_machine=i386-sequent
                os=-dynix
                ;;
+       t3e)
+               basic_machine=t3e-cray
+               os=-unicos
+               ;;
        tx39)
                basic_machine=mipstx39-unknown
                ;;