2001-06-08 Christopher Faylor <cgf@redhat.com>

* config.sub: Add support for Sun Chorus.
This commit is contained in:
Ben Elliston 2001-06-08 14:01:49 +00:00
parent efc5a8973d
commit 83b1320693
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-08 Christopher Faylor <cgf@redhat.com>
* config.sub: Add support for Sun Chorus.
2001-06-05 Tomislav Greguric <greguric@stud.uni-frankfurt.de>
* config.guess: Add 2001 to copyright notice issued for -v.

11
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-05-30'
timestamp='2001-06-08'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -157,6 +157,14 @@ case $os in
os=-vxworks
basic_machine=$1
;;
-chorusos*)
os=-chorusos
basic_machine=$1
;;
-chorusrdb)
os=-chorusrdb
basic_machine=$1
;;
-hiux*)
os=-hiuxwe2
;;
@ -1022,6 +1030,7 @@ case $os in
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -chorusos* | -chorusrdb* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \