Thu Mar 20 12:48:45 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
[binutils-gdb.git] / config.sub
index 729e26ac6acfaa5245be81aa15e75ffeff6a7134..2ecf073b662d8b6972da61842306f8174c3ba170 100755 (executable)
@@ -209,11 +209,9 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
 # end-sanitize-v850
-# start-sanitize-d10v
        d10v)                           # CYGNUS LOCAL meissner/d10v
                basic_machine=$basic_machine-unknown
                ;;
-# end-sanitize-d10v
 # start-sanitize-d30v
        d30v)                           # CYGNUS LOCAL hunt/d30v
                basic_machine=$basic_machine-unknown
@@ -939,13 +937,13 @@ case $os in
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-             | -linux-gnu* | -uxpv*)
+             | -beos* | -linux-gnu* | -uxpv*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        # CYGNUS LOCAL
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
              | -windows* | -osx | -abug |  -netware* | -os9* \
-             | -macos* | -mpw* | -magic* | -mon960*)
+             | -macos* | -mpw* | -magic* | -mon960* | -lnews* )
                ;;
        -mac*)
                os=`echo $os | sed -e 's|mac|macos|'`
@@ -1079,6 +1077,9 @@ case $basic_machine in
        sparc-* | *-sun)
                os=-sunos4.1.1
                ;;
+       *-be)                                           # CYGNUS LOCAL
+               os=-beos
+               ;;
        *-ibm)
                os=-aix
                ;;
@@ -1184,6 +1185,9 @@ case $basic_machine in
                        -aix*)
                                vendor=ibm
                                ;;
+                       -beos*)                                         # CYGNUS LOCAL
+                               vendor=be
+                               ;;
                        -hpux*)
                                vendor=hp
                                ;;