* dbxread.c (process_one_symbol): Make n_opt_found static.
[deliverable/binutils-gdb.git] / config.sub
index ae98ea713a91969efb876f6f6f5ceda71f97d455..a4922bc6249b8869b887e39f820e3beab0315ecf 100755 (executable)
@@ -73,11 +73,13 @@ case $os in
        -unicom* | -ibm* | -next* | -hp | -isi* | -apollo | -altos* | \
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | \
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-       -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-       -sim)                                           # CYGNUS LOCAL
+       -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp)
                os=
                basic_machine=$1
                ;;
+       -lynx)
+               os=-lynxos
+               ;;
        -scout)                                         # CYGNUS LOCAL
                ;;
        -wrs)                                           # CYGNUS LOCAL
@@ -96,6 +98,9 @@ case $os in
                os=-isc2.2
                basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
                ;;
+       -clix*)
+               basic_machine=clipper-intergraph
+               ;;
        -isc*)
                basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
                ;;
@@ -118,7 +123,7 @@ case $basic_machine in
              | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
              | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
              | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
-             | m680[01234]0-* | m683?2-* | z8k-*     # CYGNUS LOCAL
+             | m680[01234]0-* | m683?2-* | z8k-* | h8500-* | sh-*)     # CYGNUS LOCAL
                ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.
@@ -131,6 +136,7 @@ case $basic_machine in
                ;;
 # end-sanitize-v9
 
+
        dpx20 | dpx20-*)                                # CYGNUS LOCAL
                basic_machine=rs6000-bull
                os=-bosx
@@ -147,10 +153,9 @@ case $basic_machine in
                basic_machine=i386-mach
                os=-mach
                ;;
-# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
        i[34]86v32)
                basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
-               os=-sysv32
+               os=-sysv3.2
                ;;
        i[34]86v4*)
                basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
@@ -290,9 +295,12 @@ case $basic_machine in
                os=-solaris2
                ;;
        z8ksim)                                         # CYGNUS LOCAL
-               basic_machine=z8k-unknown
+               basic_machine=z8k-zilog
                os=-sim
                ;;
+       z8k)                                            # CYGNUS LOCAL
+               basic_machine=z8k-zilog
+               ;;
        sun3)
                basic_machine=m68k-sun
                ;;
@@ -361,7 +369,7 @@ case $basic_machine in
                basic_machine=m68k-altos
                ;;
        miniframe)
-               basic_machine=m68000-convergent
+               basic_machine=m68010-convergent
                ;;
        tower | tower-32)
                basic_machine=m68k-ncr
@@ -373,6 +381,18 @@ case $basic_machine in
        st2000)                                         # CYGNUS LOCAL
                basic_machine=m68k-tandem
                ;;
+        *bug)                                           # CYGNUS LOCAL
+                basic_machine=m68k-bug
+               os=-coff
+                ;;
+        rom68k)                                         # CYGNUS LOCAL
+                basic_machine=m68k-rom68k
+               os=-coff
+                ;;
+        monitor)                                         # CYGNUS LOCAL
+                basic_machine=m68k-rom68k
+               os=-coff
+                ;;
        decstation | decstation-3100 | pmax | pmin | dec3100 | decstatn)
                basic_machine=mips-dec
                ;;
@@ -427,6 +447,19 @@ case $basic_machine in
                basic_machine=h8300-hitachi
                os=-hms
                ;;
+       h8300hhms)                                      # CYGNUS LOCAL
+               basic_machine=h8300h-hitachi
+               os=-hms
+               ;;
+       sh)                                             # CYGNUS LOCAL
+               basic_machine=sh-hitachi
+               os=-hms
+               ;;
+
+       h8500hms)                                       # CYGNUS LOCAL
+               basic_machine=h8500-hitachi
+               os=-hms
+               ;;
        h8300xray)                                      # CYGNUS LOCAL
                basic_machine=h8300-hitachi
                os=-xray
@@ -467,6 +500,10 @@ case $basic_machine in
                basic_machine=m68k-hp
                os=-hpux
                ;;
+       hppaosf)
+               basic_machine=hppa1.1-hp
+               os=-osf
+               ;;
        ncr3000)
                basic_machine=i486-ncr
                os=-sysv4
@@ -595,13 +632,16 @@ esac
 
 # Decode manufacturer-specific aliases for certain operating systems.
 
-if [ "$os" ]
+if [ x"$os" != x"" ]
 then
 case $os in
        # -solaris* is a basic system type, with this one exception.
        -solaris1 | -solaris1.*)
                os=`echo $os | sed -e 's|solaris1|sunos4|'`
                ;;
+       -solaris)
+               os=-solaris2
+               ;;
        # First accept the basic system types.
        # The portable systems comes first.
        # Each alternative must end in a *, to match a version number.
@@ -613,7 +653,7 @@ case $os in
              | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
              | -go32 | -sim | -es1800* | -udi | -hms* | -xray \
              | -os68k* | -none* | -v88r* | -aout | -coff | -elf | -bosx* \
-             | -abug | -ecoff)
+             | -ecoff* | -lynxos* )
                                # The last three lines above are CYGNUS LOCAL
        ;;
 # start-sanitize-v9
@@ -755,6 +795,12 @@ case $basic_machine in
        *-masscomp)
                os=-rtu
                ;;
+       *-rom68k)                                       # CYGNUS LOCAL
+               os=-coff
+               ;;
+       *-*bug)                                         # CYGNUS LOCAL
+               os=-coff
+               ;;
        *)
                os=-none
                ;;
@@ -773,6 +819,9 @@ case $basic_machine in
                        -bosx*)                 # CYGNUS LOCAL
                                vendor=bull
                                ;;
+                       -lynxos*)
+                               vendor=lynx
+                               ;;
                        -aix*)
                                vendor=ibm
                                ;;
@@ -794,6 +843,9 @@ case $basic_machine in
                        -vxworks*)                      # CYGNUS LOCAL
                                vendor=wrs
                                ;;
+                       -hms*)                          # CYGNUS LOCAL
+                               vendor=hitachi
+                               ;;
                esac
                basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
                ;;
This page took 0.026111 seconds and 4 git commands to generate.