]> Git Repo - binutils.git/blobdiff - config.sub
One more try at top-level sanity on config.sub
[binutils.git] / config.sub
index 361d142df83cb11b12b63e2d4d3989b32d8f15d7..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,11 +37,6 @@ altosgas)
        vendor=altos
        os=gas
        ;;
-am29k)
-       cpu=a29k
-       vendor=none
-       os=bsd
-       ;;
 amdahl)
        cpu=580
        vendor=amdahl
@@ -307,6 +302,11 @@ tower | tower-32)
        vendor=ncr
        os=sysv # maybe?
        ;;
+ultra3)
+       cpu=a29k
+       vendor=nyu
+       os=sym1
+       ;;
 umax)
        cpu=ns32k
        vendor=encore
This page took 0.02363 seconds and 4 git commands to generate.