]> code.delx.au - gnu-emacs/blobdiff - config.sub
Renamed from pending-del.el.
[gnu-emacs] / config.sub
index 5f719f581de372f3ad593c961327be2044d01979..58e76bc1e42bfa052f87f6767173f8d72719ba98 100755 (executable)
@@ -59,10 +59,13 @@ 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 )
                os=
@@ -70,19 +73,21 @@ case $os in
                ;;
        -sco3.2v[4-9]*)
                # Don't forget version if it is 3.2v4 or newer.
-               os=-sco3.2v4
-               basic_machine=i386-unknown
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
                ;;
        -sco*)
                os=-sco3.2v2
-               basic_machine=i386-unknown
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
                ;;
        -isc)
                os=-isc2.2
-               basic_machine=i386-unknown
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
+               ;;
+       -clix*)
+               basic_machine=clipper-intergraph
                ;;
        -isc*)
-               basic_machine=i386-unknown
+               basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
                ;;
 esac
 
@@ -92,16 +97,22 @@ case $basic_machine in
        # 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 )
+               | alpha | we32k | ns16k | clipper | sparclite | i370 | sh)
                basic_machine=$basic_machine-unknown
                ;;
+       # 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 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-* \
              | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
-             | pn-* | np1-* | xps100-* | clipper-* | orion-* )
+             | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
+             | sh-*)
                ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.
@@ -113,45 +124,26 @@ case $basic_machine in
                basic_machine=vax-dec
                os=-vms
                ;;
-       i386v32)
-               basic_machine=i386-unknown
-               os=-sysv32
-               ;;
-       i386-sco* | i386sco | sco)
-               basic_machine=i386-unknown
-               os=-sco3.2v2
-               ;;
-       i386-isc* | isc)
-               basic_machine=i386-unknown
-               os=-isc
+       i370-ibm* | ibm*)
+               basic_machine=i370-ibm
+               os=-mvs
                ;;
-       i486v32)
-               basic_machine=i486-unknown
+# 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
                ;;
-       i486-sco* | i486sco | sco)
-               basic_machine=i486-unknown
-               os=-sco3.2v2
-               ;;
-       i486-isc* | isc)
-               basic_machine=i486-unknown
-               os=-isc
-               ;;
-       i386v4*)
-               basic_machine=i386-unknown
+       i[34]86v4*)
+               basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
                os=-sysv4
                ;;
-       i486v4*)
-               basic_machine=i486-unknown
-               os=-sysv4
-               ;;
-       i386v)
-               basic_machine=i386-unknown
+       i[34]86v)
+               basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
                os=-sysv
                ;;
-       i486v)
-               basic_machine=i486-unknown
-               os=-sysv
+       i[34]86sol2)
+               basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
+               os=-solaris2
                ;;
        spur)
                basic_machine=spur-unknown
@@ -366,7 +358,7 @@ case $basic_machine in
                ;;
        delta88)
                basic_machine=m88k-motorola
-               os=-m88kbcs
+               os=-sysv3
                ;;
        dpx2)
                basic_machine=m68k-bull
@@ -376,13 +368,17 @@ case $basic_machine in
                basic_machine=a29k-amd
                os=-ebmon
                ;;
-       h8300hds)
+       h8300hms)
                basic_machine=h8300-hitachi
-               os=-hds
+               os=-hms
+               ;;
+       sh)
+               basic_machine=sh-hitachi
+               os=-hms
                ;;
        harris)
                basic_machine=m88k-harris
-               os=-m88kbcs
+               os=-sysv3
                ;;
        hp300bsd)
                basic_machine=m68k-hp
@@ -501,7 +497,7 @@ case $os in
              | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
              | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
              | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
-             | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs* \
+             | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
              | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* )
                ;;
        -sunos5*)
@@ -613,6 +609,12 @@ case $basic_machine in
        *-ns)
                os=-genix
                ;;
+       i370-*)
+               os=-mvs
+               ;;
+       *-next)
+               os=-bsd
+               ;;
        i[34]86-*)
                os=-sco3.2v2
                ;;
@@ -664,6 +666,9 @@ case $basic_machine in
                        -genix*)
                                vendor=ns
                                ;;
+                       -mvs*)
+                               vendor=ibm
+                               ;;
                esac
                basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
                ;;