aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-01 02:56:06 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-01 02:56:06 +0000
commit4f73c36a7239009162c095e457a4ab9191bf5889 (patch)
tree13e879dce4a65d48ee9633c94a79d017221e84be /config.sub
parentb8f8fddc8c5f2dfcc94dc81e42cbffcaa5af591d (diff)
downloadfsf-binutils-gdb-4f73c36a7239009162c095e457a4ab9191bf5889.zip
fsf-binutils-gdb-4f73c36a7239009162c095e457a4ab9191bf5889.tar.gz
fsf-binutils-gdb-4f73c36a7239009162c095e457a4ab9191bf5889.tar.bz2
Add am29k, remove a redundant case.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index d67f057..802474b 100755
--- a/config.sub
+++ b/config.sub
@@ -37,6 +37,11 @@ altosgas)
vendor=altos
os=gas
;;
+am29k)
+ cpu=a29k
+ vendor=none
+ os=bsd
+ ;;
amdahl)
cpu=580
vendor=amdahl
@@ -415,7 +420,7 @@ esac
case "${os}" in
aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
- | isc* | kern | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
+ | isc* | kern | mach* | newsos* | nindy* | none | osf* | sco* \
| sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \
| sym[1-9]* | unicos* | uts | svr4 | amigados)
;;