Initial revision
[deliverable/binutils-gdb.git] / config.sub
index dac9ab89d4f2e7a8116faacad746bbf9c55bca23..5aab1f960848c99857409072be4d8d94dea7dcb4 100755 (executable)
 # configure@cygnus.com
 
 # decode aliases into canonical names
+# Note that aliases MUST fit into 12 characters or less otherwise the
+# install targets and subdir builds all die on machines that support
+# only 14 char file names.  They die miserably on machines that rudely
+# enforce the 14 character limit.
 
 case "$1" in
 # cpu alone is a valid alias for cpu-none-none.
 vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc | ns32k \
        | alliant | arm | c1 | c2 | mips | pyramid | tron | a29k \
-       | romp | rs6000 | i960 | h8300)
+       | romp | i960 | h8300)
        cpu=$1
        vendor=none
        os=none
@@ -50,12 +54,12 @@ amdahl)
 amigados)
        cpu=m68k
        vendor=cbm
-       os=amigados # Native AmigaDOS
+       os=amigados   # Native Amiga operating system
        ;;
 amigaunix | amix)
        cpu=m68k
        vendor=cbm
-       os=svr4 # System V Release 4 (svr4 is an industry recognized acronym)
+       os=svr4
        ;;
 apollo68)
        cpu=m68k
@@ -105,18 +109,37 @@ delta88)
        os=m88kbcs
        ;;
 
+ebmon29k)
+       cpu=a29k
+       vendor=amd
+       os=ebmon
+       ;;
 gmicro)
        cpu=tron
        vendor=gmicro
        os=sysv # maybe?
        ;;
 
+harris)
+       cpu=m88k
+       vendor=harris
+       os=m88kbcs
+       ;;
+
 h8300hds)
        cpu=h8300
        vendor=hitachi
        os=hds
        ;;
 
+# start-sanitize-life
+life)
+       cpu=life
+       vendor=philips
+       os=none
+       ;;
+# end-sanitize-life
+
 # start-sanitize-v9
 hal-32 | hal32)
        cpu=sparc64
@@ -210,20 +233,25 @@ mmax)
        vendor=encore
        os=sysv # maybe?
        ;;
+ncr3000)
+       cpu=i386
+       vendor=ncr
+       os=svr4
+       ;;
 news | news700 | news800 | news900)
        cpu=m68k
        vendor=sony
-       os=newsos3 # Based on bsd-4.3
+       os=newsos # newsos3c or newsos4c, c stands for cisc. Based on bsd-4.3.
        ;;
 news1000)
        cpu=m68030
        vendor=sony
-       os=newsos3 # ?
+       os=newsos
        ;;
 news-3600 | bigmips | risc-news)
        cpu=mips
        vendor=sony
-       os=newsos4 # Presumably?
+       os=newsos # Presumably newsos4r, r stands for risc. Based on bsd-4.3.
        ;;
 next)
        cpu=m68k
@@ -260,6 +288,11 @@ pn)
        vendor=gould
        os=sysv # maybe?
        ;;
+powersys | rs6000)
+       cpu=rs6000
+       vendor=ibm
+       os=aix
+       ;;
 ps2)
        cpu=i386
        vendor=ibm
@@ -366,7 +399,7 @@ xmp)
 
        if [ "${cpu}" = "$1" ] ; then
                # no vendor so this is an invalid name.
-               echo '***' No vendor: configuration \`$1\' not recognized 1>&2
+               echo '***' Configuration \"$1\" not recognized 1>&2
                exit 1
        else
                # parse out vendor
@@ -394,6 +427,10 @@ none | vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc \
        | a29k | romp | rs6000 | i960 | xmp | ymp | cray2 | 580 | h8300)
        ;;
 
+# start-sanitize-life
+life) ;;
+# end-sanitize-life
+
 # start-sanitize-v9
 sparc64) ;;
 # end-sanitize-v9
@@ -407,12 +444,16 @@ esac
 # verify that the vendor is known.
 
 case "${vendor}" in
-       altos | amdahl | aout | apollo | att | bcs | bout |\
+       altos | amd | amdahl | aout | apollo | att | bcs | bout |\
        cbm | convergent | convex | coff | cray | dec | encore |\
-       gould | hitachi | intel | isi | hp | ibm | little | mips | motorola |\
+       gould | harris | hitachi | intel | isi | hp | ibm | little | mips | motorola | \
        ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
        unicom | utek | wrs | bull ) ;; 
 
+# start-sanitize-life
+philips) ;;
+# end-sanitize-life
+
 # start-sanitize-v9
 hal) ;;
 # end-sanitize-v9
@@ -426,10 +467,11 @@ esac
 # verify that the os is known, if it exists.
 
 case "${os}" in
-aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* \
-       | hds | irix* | isc* | kern | mach* | newsos* | nindy* | none \
+aix* | aout | bout | bsd* | coff | ctix* | dgux* | dynix* | esix* \
+       | ebmon | hpux* \
+       | hds | irix* | isc* | kern | mach* | msdos* | newsos* | nindy* | none \
        | osf* | sco* | sunos* | sysv* | ultrix* | unos* | v88r* \
-       | vms* | vxworks* | sym[1-9]* | unicos* | uts | svr4 \
+       | vms* | vxworks* | sym[1-9]* | unicos* | uts | svr4 | m88kbcs \
        | amigados) 
        ;;
 
This page took 0.026551 seconds and 4 git commands to generate.