diff options
author | Christopher Faylor <me@cgf.cx> | 2000-11-06 19:21:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-11-06 19:21:51 +0000 |
commit | a42c18f0dd15371c4c46e1b742d889dde13321e6 (patch) | |
tree | ec0415d2c546bdad41f2a44a9df2da68f2c4f7dd /config.sub | |
parent | a98b1584c20e2c672a179434d4e22051f0019d08 (diff) | |
download | newlib-a42c18f0dd15371c4c46e1b742d889dde13321e6.zip newlib-a42c18f0dd15371c4c46e1b742d889dde13321e6.tar.gz newlib-a42c18f0dd15371c4c46e1b742d889dde13321e6.tar.bz2 |
* config.sub: Add support for Sun Chorus
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -145,6 +145,14 @@ case $os in os=-vxworks basic_machine=$1 ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; -hiux*) os=-hiuxwe2 ;; @@ -988,6 +996,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* \ |