From a29751d9ee25c9f0a6c025139a67659027718acf Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 29 Apr 1999 05:58:38 +0000 Subject: [PATCH] 1999-04-29 Ben Elliston * config.sub: Handle `t3e' alias for Cray T3E. Contributed by James A. Lupo . --- ChangeLog | 5 +++++ config.sub | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b3b07893..ad02ca36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-29 Ben Elliston + + * config.sub: Handle `t3e' alias for Cray T3E. Contributed by + James A. Lupo . + 1999-04-17 Paul Eggert * autoconf.texi, acspecific.m4 (AC_FUNC_MKTIME): New macro. diff --git a/config.sub b/config.sub index 33a3f60c..49c2aa1c 100755 --- a/config.sub +++ b/config.sub @@ -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 ;; -- 2.47.2