* config.sub: Handle `t3e' alias for Cray T3E. Contributed by
James A. Lupo <lupoja@feynman.ml.wpafb.af.mil>.
+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.
| 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.
basic_machine=i386-sequent
os=-dynix
;;
+ t3e)
+ basic_machine=t3e-cray
+ os=-unicos
+ ;;
tx39)
basic_machine=mipstx39-unknown
;;