Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-11-06 22:21:51 +0300
committerChristopher Faylor <me@cgf.cx>2000-11-06 22:21:51 +0300
commita42c18f0dd15371c4c46e1b742d889dde13321e6 (patch)
treeec0415d2c546bdad41f2a44a9df2da68f2c4f7dd /config.sub
parenta98b1584c20e2c672a179434d4e22051f0019d08 (diff)
* 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 9b67fb411..af79d70a9 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* \