2001-02-16 Ben Elliston <bje@redhat.com>

* config.sub: Recognise [cjt]90-*. From Kevin Ryde.
This commit is contained in:
Ben Elliston 2001-02-15 21:23:45 +00:00
parent f1274e2a98
commit d45bc28498
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-02-16 Ben Elliston <bje@redhat.com>
* config.sub: Recognise [cjt]90-*. From Kevin Ryde.
2001-02-13 David Edelsohn <edelsohn@gnu.org> 2001-02-13 David Edelsohn <edelsohn@gnu.org>
* config.guess (ia64:AIX): New case. * config.guess (ia64:AIX): New case.

3
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
timestamp='2001-02-13' timestamp='2001-02-16'
# This file is (in principle) common to ALL GNU software. # This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software # The presence of a machine in this file suggests that SOME GNU software
@ -275,6 +275,7 @@ case $basic_machine in
| mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
| mipstx39-* | mipstx39el-* | mcore-* \ | mipstx39-* | mipstx39el-* | mcore-* \
| f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \ | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \
| [cjt]90-* \
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
| bs2000-* | tic54x-* | c54x-* | x86_64-*) | bs2000-* | tic54x-* | c54x-* | x86_64-*)