* config.sub: Add support for Sun Chorus
This commit is contained in:
parent
a98b1584c2
commit
a42c18f0dd
@ -1,3 +1,7 @@
|
|||||||
|
Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* config.sub: Add support for Sun Chorus
|
||||||
|
|
||||||
2000-11-02 Per Lundberg <plundis@chaosdev.org>
|
2000-11-02 Per Lundberg <plundis@chaosdev.org>
|
||||||
|
|
||||||
* config.sub: Add support for the *-storm-chaos OS.
|
* config.sub: Add support for the *-storm-chaos OS.
|
||||||
|
9
config.sub
vendored
9
config.sub
vendored
@ -145,6 +145,14 @@ case $os in
|
|||||||
os=-vxworks
|
os=-vxworks
|
||||||
basic_machine=$1
|
basic_machine=$1
|
||||||
;;
|
;;
|
||||||
|
-chorusos*)
|
||||||
|
os=-chorusos
|
||||||
|
basic_machine=$1
|
||||||
|
;;
|
||||||
|
-chorusrdb)
|
||||||
|
os=-chorusrdb
|
||||||
|
basic_machine=$1
|
||||||
|
;;
|
||||||
-hiux*)
|
-hiux*)
|
||||||
os=-hiuxwe2
|
os=-hiuxwe2
|
||||||
;;
|
;;
|
||||||
@ -988,6 +996,7 @@ case $os in
|
|||||||
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
||||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
||||||
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
|
||||||
|
| -chorusos* | -chorusrdb* \
|
||||||
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
||||||
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
|
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
|
||||||
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
|
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user