mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
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>.
This commit is contained in:
parent
74f02f339e
commit
a29751d9ee
@ -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.
|
||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user