* nlmconv.c (secsec): New static variable.
[deliverable/binutils-gdb.git] / config.sub
index f6021bbd51f7520906bd1d25bb8a67f89a7b961b..ebf934a1de69a83b6c1359b60dd7f704929355ad 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Configuration validation subroutine script, version 1.1.
-#   Copyright (C) 1991-1993 Free Software Foundation, Inc.
+#   Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
 # can handle that machine.  It does not imply ALL GNU software can. 
@@ -68,12 +68,16 @@ else os=; fi
 ### recognize some manufacturers as not being operating systems, so we
 ### can provide default operating systems below.
 case $os in
+       -sun*os*)
+               # Prevent following clause from handling this invalid input.
+               ;;
        -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
        -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
        -unicom* | -ibm* | -next* | -hp | -isi* | -apollo | -altos* | \
-       -convergent* | -ncr* | -news | -32* | -3600* | -3100* | \
+       -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-       -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp)
+       -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
+       -sim | -cisco)                                          # CYGNUS LOCAL
                os=
                basic_machine=$1
                ;;
@@ -83,6 +87,21 @@ case $os in
                os=vxworks
                basic_machine=$1
                ;;
+       -unixware)                                      # CYGNUS LOCAL
+               os=-sysv4
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
+               ;;
+       -hiux*)
+               os=-hiuxwe2
+               ;;
+       -sco4)
+               os=-sco3.2v4
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
+               ;;
+       -sco3.2.[4-9]*)
+               os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
+               ;;
        -sco3.2v[4-9]*)
                # Don't forget version if it is 3.2v4 or newer.
                basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
@@ -95,46 +114,78 @@ 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/'`
                ;;
+       -lynx)
+               os=-lynxos
+               ;;
+       -os9k)
+               os=-os9k
+               ;;
+       -os9)
+               os=-os9
+               ;;
 esac
 
 # Decode aliases for certain CPU-COMPANY combinations.
 case $basic_machine in
-       # Recognize the basic CPU types with without company name.
+       # Recognize the basic CPU types without company name.
        # Some are omitted here because they have special meanings below.
        tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
-               | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
-               | alpha | we32k | ns16k | clipper | sparclite \
-               | sparc | m680[01234]0 | m683?2 | z8k | v70 | h8500)# CYGNUS LOCAL
+               | tron | a29k | 580 | i960 | hppa1.0 | hppa1.1 \
+               | alpha | we32k | ns16k | clipper | sparclite | i370 \
+               | powerpc \
+               | h8300 | h8300h | sh \
+               | m88110 | sparc | m680[01234]0 | m683?2 | z8k | v70 \
+               | h8500 | mips64 | mipsel | mips64el) # CYGNUS LOCAL
                basic_machine=$basic_machine-unknown
                ;;
-       # Recognize the basic CPU types with with company name.
+       # Object if more than one company name word.
+       *-*-*)
+               echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
+               exit 1
+               ;;
+       # Recognize the basic CPU types with company name.
        vax-* | tahoe-* | i[34]86-* | i860-* | m68k-* | m68000-* | m88k-* \
              | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
-             | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
+             | none-* | 580-* | cray2-* | i960-* | xmp-* | ymp-* \
              | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
              | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
-             | m680[01234]0-* | m683?2-* | z8k-* | h8500-* | sh-*)     # CYGNUS LOCAL
+             | powerpc \
+             | h8300-* | h8300h-* | sh-* \
+             | m88110-* | m680[01234]0-* | m683?2-* | z8k-* | h8500-* \
+             | mips64-* | mipsel-* | mips64el-*) # CYGNUS LOCAL
                ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.
 # start-sanitize-v9
        sparc64)                                        # CYGNUS LOCAL
                basic_machine=sparc64-sun
-               os=-elf64i64p
+               os=-elf
                ;;
        sparc64-*)                                      # CYGNUS LOCAL
                ;;
 # end-sanitize-v9
 
-
+       mips3-*)                                        # CYGNUS LOCAL
+               basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
+               ;;
+       mips3)                                          # CYGNUS LOCAL
+               basic_machine=mips64-unknown
+               ;;
        dpx20 | dpx20-*)                                # CYGNUS LOCAL
                basic_machine=rs6000-bull
                os=-bosx
                ;;
+       unixware)                                       # CYGNUS LOCAL
+               os=-sysv4
+               basic_machine=i386-unknown
+               ;;
        vaxv)
                basic_machine=vax-dec
                os=-sysv
@@ -143,11 +194,14 @@ case $basic_machine in
                basic_machine=vax-dec
                os=-vms
                ;;
+       i370-ibm* | ibm*)
+               basic_machine=i370-ibm
+               os=-mvs
+               ;;
        i386mach)                                       # CYGNUS LOCAL
                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
@@ -164,6 +218,10 @@ case $basic_machine in
                basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
                os=-solaris2
                ;;
+       vsta | i386-vsta)                               # CYGNUS LOCAL
+               basic_machine=i386-unknown
+               os=-vsta
+               ;;
        go32 | i386-go32)                               # CYGNUS LOCAL
                basic_machine=i386-unknown
                os=-go32
@@ -172,13 +230,29 @@ case $basic_machine in
                basic_machine=i386-unknown
                os=-linux
                ;;
+       i386-linux*coff | linuxcoff)                    # CYGNUS LOCAL
+               basic_machine=i386-unknown
+               os=-linuxcoff
+               ;;
+       i386-linux*elf | linuxelf)                      # CYGNUS LOCAL
+               basic_machine=i386-unknown
+               os=-linuxelf
+               ;;
        386bsd)                                         # CYGNUS LOCAL
                basic_machine=i386-unknown
                os=-bsd
                ;;
+       netbsd386)
+               basic_machine=i386-unknown              # CYGNUS LOCAL
+               os=-netbsd
+               ;;
        spur)
                basic_machine=spur-unknown
                ;;
+       paragon)
+               basic_machine=i860-intel
+               os=-osf
+               ;;
        alliant | fx80)
                basic_machine=fx80-alliant
                ;;
@@ -348,6 +422,9 @@ case $basic_machine in
        hp9k8[0-9][0-9] | hp8[0-9][0-9])
                basic_machine=hppa1.0-hp
                ;;
+       h3050r* | hppahitachi)
+               basic_machine=hppa1.1-hitachi
+               ;;
        isi68 | isi)
                basic_machine=m68k-isi
                os=-sysv
@@ -364,7 +441,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
@@ -376,6 +453,18 @@ case $basic_machine in
        st2000)                                         # CYGNUS LOCAL
                basic_machine=m68k-tandem
                ;;
+        m6*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
                ;;
@@ -418,9 +507,9 @@ case $basic_machine in
                basic_machine=m88k-motorola
                os=-sysv3
                ;;
-       dpx2)
+       dpx2* | dpx2*-bull)
                basic_machine=m68k-bull
-               os=-sysv
+               os=-sysv3
                ;;
        ebmon29k)
                basic_machine=a29k-amd
@@ -430,8 +519,7 @@ case $basic_machine in
                basic_machine=h8300-hitachi
                os=-hms
                ;;
-
-       sh)                                             # CYGNUS LOCAL
+       sh*)                                            # CYGNUS LOCAL
                basic_machine=sh-hitachi
                os=-hms
                ;;
@@ -472,14 +560,6 @@ case $basic_machine in
                basic_machine=m68k-hp
                os=-hpux
                ;;
-       hp9k2[0-9][0-9] | hp9k31[0-9])
-               basic_machine=m68000-hp
-               os=-hpux
-               ;;
-       hp9k3[2-9][0-9])
-               basic_machine=m68k-hp
-               os=-hpux
-               ;;
        hppaosf)
                basic_machine=hppa1.1-hp
                os=-osf
@@ -592,6 +672,14 @@ case $basic_machine in
        orion105)
                basic_machine=clipper-highlevel
                ;;
+## start-sanitize-mpw
+       mac)                                            # CYGNUS LOCAL
+               basic_machine=m68k-apple
+               ;;
+       mpw)                                            # CYGNUS LOCAL
+               basic_machine=m68k-apple
+               ;;
+## end-sanitize-mpw
        *)
                echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
                exit 1
@@ -612,30 +700,32 @@ 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.
-       -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
+       # -sysv* is not here because it comes later, after sysvr4.
+       -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
              | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
              | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
              | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
-             | -nindy* | -vxworks* | -ebmon* | -hds*  \
+             | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
              | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
-             | -go32 | -sim | -es1800* | -udi | -hms* | -xray \
-             | -os68k* | -none* | -v88r* | -aout | -coff | -elf | -bosx* \
-             | -abug | -ecoff)
+             | -hiux* | -386bsd* | -netbsd* | -riscix* | -lynxos* \
+             | -go32 | -vsta | -sim | -es1800* | -udi | -hms* | -xray | -hds* \
+             | -os68k* | -none* | -v88r* | -aout* | -coff | -elf* | -bosx* \
+             | -abug | -ecoff* | -netware* | -os9* )
                                # The last three lines above are CYGNUS LOCAL
        ;;
-# start-sanitize-v9
-       -v7 | -old* | -aout* | -elf*) ;;                # CYGNUS LOCAL
-# end-sanitize-v9
        -sunos5*)
                os=`echo $os | sed -e 's|sunos5|solaris2|'`
                ;;
@@ -672,9 +762,18 @@ case $os in
        -svr4)
                os=-sysv4
                ;;
+       -unixware)
+               os=-sysv4
+               ;;
        -svr3)
                os=-sysv3
                ;;
+       -sysvr4)
+               os=-sysv4
+               ;;
+       # This must come after -sysvr4.
+       -sysv*)
+               ;;
        -ose*)                                          # CYGNUS LOCAL
                os=-ose
                ;;
@@ -706,6 +805,9 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
+       *-acorn)
+               os=-riscix1.2
+               ;;
        *-dec | vax-*)
                os=-ultrix4.2
                ;;
@@ -718,6 +820,12 @@ case $basic_machine in
                # default.
                # os=-sunos4
                ;;
+       m68*-cisco)
+               os=-aout
+               ;;
+       mips*-cisco)
+               os=-elf
+               ;;
        *-tti)  # must be before sparc entry or we get the wrong os.
                os=-sysv3
                ;;
@@ -730,6 +838,9 @@ case $basic_machine in
        *-hp)
                os=-hpux
                ;;
+       *-hitachi)
+               os=-hiux
+               ;;
        i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
                os=-sysv
                ;;
@@ -754,6 +865,12 @@ case $basic_machine in
        *-ns)
                os=-genix
                ;;
+       i370-*)
+               os=-mvs
+               ;;
+       *-next)
+               os=-bsd
+               ;;
        i[34]86-*)
                os=-sco3.2v2
                ;;
@@ -772,6 +889,17 @@ case $basic_machine in
        *-masscomp)
                os=-rtu
                ;;
+       *-rom68k)                                       # CYGNUS LOCAL
+               os=-coff
+               ;;
+       *-*bug)                                         # CYGNUS LOCAL
+               os=-coff
+               ;;
+## start-sanitize-mpw
+       *-apple)                                        # CYGNUS LOCAL
+               os=-mpw
+               ;;
+## end-sanitize-mpw
        *)
                os=-none
                ;;
@@ -784,18 +912,27 @@ vendor=unknown
 case $basic_machine in
        *-unknown)
                case $os in
+                       -riscix*)
+                               vendor=acorn
+                               ;;
                        -sunos*)
                                vendor=sun
                                ;;
                        -bosx*)                 # CYGNUS LOCAL
                                vendor=bull
                                ;;
+                       -lynxos*)
+                               vendor=lynx
+                               ;;
                        -aix*)
                                vendor=ibm
                                ;;
                        -hpux*)
                                vendor=hp
                                ;;
+                       -hiux*)
+                               vendor=hitachi
+                               ;;
                        -unos*)
                                vendor=crds
                                ;;
@@ -808,12 +945,20 @@ case $basic_machine in
                        -genix*)
                                vendor=ns
                                ;;
-                       -vxworks*)                      # CYGNUS LOCAL
-                               vendor=wrs
+                       -mvs*)
+                               vendor=ibm
+                               ;;
+                       -vxworks*)
+                               vendor=wrs              # CYGNUS LOCAL
                                ;;
                        -hms*)                          # CYGNUS LOCAL
                                vendor=hitachi
                                ;;
+## start-sanitize-mpw
+                       -mpw*)                          # CYGNUS LOCAL
+                               vendor=apple
+                               ;;
+## end-sanitize-mpw
                esac
                basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
                ;;
This page took 0.029858 seconds and 4 git commands to generate.