summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2000-11-06 19:21:51 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2000-11-06 19:21:51 +0000
commitfed0afef1c75b80938c1285f272adb8ce5c96cc4 (patch)
tree200e003fc6cd79d42cc263aac9c1fb6e01baa196 /config.sub
parentb9e0e817fa460e0df19bada8796714b1728b86d6 (diff)
downloadbinutils-redhat-fed0afef1c75b80938c1285f272adb8ce5c96cc4.tar.gz
* config.sub: Add support for Sun Chorus
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 9b67fb4113..af79d70a90 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* \