]> code.delx.au - gnu-emacs/blobdiff - config.sub
* make-dist: Don't bother to distribute src/*.com, or
[gnu-emacs] / config.sub
index 8b9196f817a504fb6bd05854af1513a3b6c200bf..b8865dcc0dc2077f8be5189e3dc029d0cb9a8025 100755 (executable)
@@ -66,6 +66,11 @@ case $os in
                os=
                basic_machine=$1
                ;;
+       -sco3.2v[4-9]*)
+               # Don't forget version if it is 3.2v4 or newer.
+               os=-sco3.2v4
+               basic_machine=i386-unknown
+               ;;
        -sco*)
                os=-sco3.2v2
                basic_machine=i386-unknown
@@ -81,7 +86,8 @@ case $basic_machine in
        # Recognize the basic CPU types with 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 | we32k)
+               | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
+               | alpha | we32k)
                basic_machine=$basic_machine-unknown
                ;;
        # Recognize the basic CPU types with with company name.
@@ -89,7 +95,7 @@ case $basic_machine in
              | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
              | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
-             | hppa1.0-* | hppa1.1-* | we32k-*)
+             | hppa1.0-* | hppa1.1-* | alpha-* | we32k-*)
                ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.
@@ -177,6 +183,10 @@ case $basic_machine in
        crds | unos)
                basic_machine=m68k-crds
                ;;
+       elxsi)
+               basic_machine=elxsi-elxsi
+               os=-bsd
+               ;;
        encore | umax | mmax)
                basic_machine=ns32k-encore
                os=-bsd
@@ -335,7 +345,7 @@ case $basic_machine in
                ;;
        amigaunix | amix)
                basic_machine=m68k-cbm
-               os=-amix
+               os=-sysv4
                ;;
        cray | ymp)
                basic_machine=ymp-cray
@@ -470,9 +480,10 @@ case $os in
        # Each alternative must end in a *, to match a version number.
        -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
              | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \
-             | -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* | -amix* \
+             | -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* \
              | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
-             | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*)
+             | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs* \
+             | -riscos* | -linux* )
                ;;
        -osfrose*)
                os=-osfrose
@@ -480,6 +491,9 @@ case $os in
        -osf*)
                os=-osf
                ;;
+       -utek*)
+               os=-bsd
+               ;;
        -dynix*)
                os=-bsd
                ;;