diff options
author | Christopher Faylor <cgf@cygnus.com> | 2000-11-06 19:20:24 +0000 |
---|---|---|
committer | Christopher Faylor <cgf@gcc.gnu.org> | 2000-11-06 19:20:24 +0000 |
commit | f559f30b4b87acccbfa73cfbb9c2c1ff610caed2 (patch) | |
tree | ee98cfc631ff9183c1e2251132f1cf7b37c3a511 | |
parent | 2b892489e17f2d418adef4c6e940cbab559238a5 (diff) | |
download | gcc-f559f30b4b87acccbfa73cfbb9c2c1ff610caed2.zip gcc-f559f30b4b87acccbfa73cfbb9c2c1ff610caed2.tar.gz gcc-f559f30b4b87acccbfa73cfbb9c2c1ff610caed2.tar.bz2 |
* config.sub: Add support for Sun Chorus
From-SVN: r37280
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 9 |
2 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com> + + * config.sub: Add support for Sun Chorus + 2000-10-31 Nick Clifton <nickc@redhat.com> * MAINTAINERS: Rename <name>@cygnus.com addresses to @@ -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* \ |