]> Git Repo - binutils.git/blobdiff - config.sub
Use new makeinfo -o option. Rest of this Makefile needs work to make it fit
[binutils.git] / config.sub
index 6c9012dfce671d3d3705e41e9a0a9228addf0da7..340aefaa3d0bfddb633fd7e5befe4abf127af4f5 100755 (executable)
@@ -26,7 +26,7 @@ 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 \
 # 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
        cpu=$1
        vendor=none
        os=none
@@ -109,18 +109,37 @@ delta88)
        os=m88kbcs
        ;;
 
        os=m88kbcs
        ;;
 
+ebmon29k)
+       cpu=a29k
+       vendor=amd
+       os=ebmon
+       ;;
 gmicro)
        cpu=tron
        vendor=gmicro
        os=sysv # maybe?
        ;;
 
 gmicro)
        cpu=tron
        vendor=gmicro
        os=sysv # maybe?
        ;;
 
+harris)
+       cpu=m88k
+       vendor=harris
+       os=m88kbcs
+       ;;
+
 h8300hds)
        cpu=h8300
        vendor=hitachi
        os=hds
        ;;
 
 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
 # start-sanitize-v9
 hal-32 | hal32)
        cpu=sparc64
@@ -161,7 +180,7 @@ hp9k31[0-9] | hp9k2[0-9][0-9])
 i386sco)
        cpu=i386
        vendor=sco
 i386sco)
        cpu=i386
        vendor=sco
-       os=sysv # maybe?
+       os=sysv32 # maybe?
        ;;
 i386v)
        cpu=i386
        ;;
 i386v)
        cpu=i386
@@ -264,6 +283,11 @@ pn)
        vendor=gould
        os=sysv # maybe?
        ;;
        vendor=gould
        os=sysv # maybe?
        ;;
+rs6000)
+       cpu=rs6000
+       vendor=ibm
+       os=aix
+       ;;
 ps2)
        cpu=i386
        vendor=ibm
 ps2)
        cpu=i386
        vendor=ibm
@@ -398,6 +422,10 @@ none | vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc \
        | a29k | romp | rs6000 | i960 | xmp | ymp | cray2 | 580 | h8300)
        ;;
 
        | a29k | romp | rs6000 | i960 | xmp | ymp | cray2 | 580 | h8300)
        ;;
 
+# start-sanitize-life
+life) ;;
+# end-sanitize-life
+
 # start-sanitize-v9
 sparc64) ;;
 # end-sanitize-v9
 # start-sanitize-v9
 sparc64) ;;
 # end-sanitize-v9
@@ -411,12 +439,16 @@ esac
 # verify that the vendor is known.
 
 case "${vendor}" in
 # 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 |\
        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 ) ;; 
 
        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
 # start-sanitize-v9
 hal) ;;
 # end-sanitize-v9
@@ -430,10 +462,11 @@ esac
 # verify that the os is known, if it exists.
 
 case "${os}" in
 # verify that the os is known, if it exists.
 
 case "${os}" in
-aix* | aout | bout | bsd* | coff | ctix* | dgux* | dynix* | esix* | hpux* \
+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* \
        | 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) 
        ;;
 
        | amigados) 
        ;;
 
This page took 0.026859 seconds and 4 git commands to generate.