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 | 0a07256c6bcde5f87d746cbf35b15933e35543d6 (patch) | |
tree | a5e1623c8460473fe1003ddb138734511ea4a252 /config.sub | |
parent | 2e95f9ed90268164c29878b9fc456effc04c1ece (diff) | |
download | gdb-0a07256c6bcde5f87d746cbf35b15933e35543d6.tar.gz |
* 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
diff --git a/config.sub b/config.sub index 9b67fb41132..af79d70a907 100755 --- a/config.sub +++ b/config.sub @@ -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* \ |