diff options
author | John Gilmore <gnu@cygnus> | 1991-09-13 01:56:55 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-13 01:56:55 +0000 |
commit | 7952caa6d27da5153254c71e8cfe90841068d724 (patch) | |
tree | c8a534737438e4226d74afc6c5bf0c99f4c32bed /config.sub | |
parent | 126334ae30ed3c91040731872f061d13dab3a457 (diff) | |
download | gdb-7952caa6d27da5153254c71e8cfe90841068d724.zip gdb-7952caa6d27da5153254c71e8cfe90841068d724.tar.gz gdb-7952caa6d27da5153254c71e8cfe90841068d724.tar.bz2 |
Remove generic "am29k" (now you have to specify a29k-xxx-yyy).
Add ultra3 as a29k-nyu-sym1 (host and target).
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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: # configure@cygnus.com @@ -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 |