]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config.sub: Add support for Sun Chorus
authorChristopher Faylor <me+cygwin@cgf.cx>
Mon, 6 Nov 2000 19:21:51 +0000 (19:21 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Mon, 6 Nov 2000 19:21:51 +0000 (19:21 +0000)
ChangeLog
config.sub

index 3c21fa2ed2feecb3dfe758940a2e8923a8293296..9e3f7890f2181b93f65585505695c8585e8a2bb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * config.sub: Add support for the *-storm-chaos OS.
index 9b67fb41132115b7f02d9bc3d9d608e7c6b229b0..af79d70a907630e0131336540d74f3a238bd31f4 100755 (executable)
@@ -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* \