Initial revision
[deliverable/binutils-gdb.git] / config.sub
index dac9ab89d4f2e7a8116faacad746bbf9c55bca23..dab5d17276e0b331009b38b81abdce2b19f078db 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.
@@ -105,6 +109,11 @@ delta88)
        os=m88kbcs
        ;;
 
+ebmon29k)
+       cpu=a29k
+       vendor=amd
+       os=ebmon
+       ;;
 gmicro)
        cpu=tron
        vendor=gmicro
@@ -117,6 +126,14 @@ h8300hds)
        os=hds
        ;;
 
+# start-sanitize-life
+life)
+       cpu=life
+       vendor=philips
+       os=none
+       ;;
+# end-sanitize-life
+
 # start-sanitize-v9
 hal-32 | hal32)
        cpu=sparc64
@@ -213,17 +230,17 @@ mmax)
 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 +277,11 @@ pn)
        vendor=gould
        os=sysv # maybe?
        ;;
+powersys)
+       cpu=rs6000
+       vendor=ibm
+       os=aix
+       ;;
 ps2)
        cpu=i386
        vendor=ibm
@@ -366,7 +388,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 +416,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 +433,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 |\
        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,8 +456,9 @@ 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 \
        | amigados) 
This page took 0.03892 seconds and 4 git commands to generate.