diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2000-11-06 19:21:51 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2000-11-06 19:21:51 +0000 |
commit | 7c6a44d358217f47f92ffcefb0248d0e0b51eaf5 (patch) | |
tree | 264855e9724f43066f2b289738e88bd5e00fe31d /config.sub | |
parent | 8848a8d0a411aa0125f84ea43844042b1abf9526 (diff) | |
download | gdb-7c6a44d358217f47f92ffcefb0248d0e0b51eaf5.zip gdb-7c6a44d358217f47f92ffcefb0248d0e0b51eaf5.tar.gz gdb-7c6a44d358217f47f92ffcefb0248d0e0b51eaf5.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* \ |