]> Git Repo - binutils.git/blobdiff - config.sub
One more try at top-level sanity on config.sub
[binutils.git] / config.sub
index e38f9798a8e47f7a684b20aea118f19ba388e868..805bb8bc19cafc6ee57fa264879774d58c477490 100755 (executable)
@@ -11,7 +11,7 @@
 # Each package is responsible for reporting which valid configurations
 # it does not support.  The user should be able to distinguish
 # a failure to support a valid configuration from a meaningless
-# configuration.
+# configuration (e.g. a typo).
 
 # Please email any bugs, comments, and/or additions to this file to:
@@ -37,16 +37,21 @@ altosgas)
        vendor=altos
        os=gas
        ;;
-am29k)
-       cpu=a29k
-       vendor=none
-       os=bsd
-       ;;
 amdahl)
        cpu=580
        vendor=amdahl
        os=uts
        ;;
+amigados)
+       cpu=m68k
+       vendor=cbm
+       os=amigados # Native AmigaDOS
+       ;;
+amigaunix | amix)
+       cpu=m68k
+       vendor=cbm
+       os=svr4 # System V Release 4 (svr4 is an industry recognized acronym)
+       ;;
 apollo68)
        cpu=m68k
        vendor=apollo
@@ -88,6 +93,13 @@ delta | 3300 | motorola-3300 | motorola-delta \
        vendor=motorola
        os=sysv # maybe?
        ;;
+
+delta88)
+       cpu=m88k
+       vendor=motorola
+       os=m88kbcs
+       ;;
+
 gmicro)
        cpu=tron
        vendor=gmicro
@@ -290,6 +302,11 @@ tower | tower-32)
        vendor=ncr
        os=sysv # maybe?
        ;;
+ultra3)
+       cpu=a29k
+       vendor=nyu
+       os=sym1
+       ;;
 umax)
        cpu=ns32k
        vendor=encore
@@ -367,11 +384,11 @@ esac
 # verify that the vendor is known.
 
 case "${vendor}" in
-none | convex | mips | dec | little | sony | ncr | convergent \
-       | altos | apollo | isi | hp | next | sco | ibm | sun \
-       | unicom | sequent | encore | motorola | att | sgi | utek \
-       | gould | wrs | intel | aout | bout | coff | bcs | amdahl \
-       | cray) ;; 
+       altos | amdahl | aout | apollo | att | bcs | bout |\
+       cbm | convergent | convex | coff | cray | dec | encore |\
+       gould | intel | isi | hp | ibm | little | mips | motorola |\
+       ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
+       unicom | utek | wrs ) ;; 
 
 # start-sanitize-v9
 hal) ;;
@@ -389,7 +406,7 @@ case "${os}" in
 aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
        | isc* | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
        | sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \
-       | unicos* | uts)
+       | sym[1-9]* | unicos* | uts | svr4 | amigados)
        ;;
 
 # start-sanitize-v9
This page took 0.024898 seconds and 4 git commands to generate.