]> code.delx.au - gnu-emacs/blobdiff - config.sub
* config.h.in (STDC_HEADERS, TIME_WITH_SYS_TIME,
[gnu-emacs] / config.sub
index c422eb3796e8622d1041674589918ba112a35144..58e76bc1e42bfa052f87f6767173f8d72719ba98 100755 (executable)
@@ -65,7 +65,7 @@ case $os in
        -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=
@@ -83,6 +83,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/'`
                ;;
@@ -94,7 +97,7 @@ 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.
@@ -108,7 +111,8 @@ case $basic_machine in
              | 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.
@@ -120,6 +124,10 @@ case $basic_machine in
                basic_machine=vax-dec
                os=-vms
                ;;
+       i370-ibm* | ibm*)
+               basic_machine=i370-ibm
+               os=-mvs
+               ;;
 # 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/'`
@@ -364,6 +372,10 @@ case $basic_machine in
                basic_machine=h8300-hitachi
                os=-hms
                ;;
+       sh)
+               basic_machine=sh-hitachi
+               os=-hms
+               ;;
        harris)
                basic_machine=m88k-harris
                os=-sysv3
@@ -485,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* | -hms*  \
+             | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
              | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* )
                ;;
        -sunos5*)
@@ -597,6 +609,12 @@ case $basic_machine in
        *-ns)
                os=-genix
                ;;
+       i370-*)
+               os=-mvs
+               ;;
+       *-next)
+               os=-bsd
+               ;;
        i[34]86-*)
                os=-sco3.2v2
                ;;
@@ -648,6 +666,9 @@ case $basic_machine in
                        -genix*)
                                vendor=ns
                                ;;
+                       -mvs*)
+                               vendor=ibm
+                               ;;
                esac
                basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
                ;;