Add am29k, remove a redundant case.

This commit is contained in:
K. Richard Pixley 1991-10-01 02:56:06 +00:00
parent b8f8fddc8c
commit 4f73c36a72
1 changed files with 6 additions and 1 deletions

7
config.sub vendored
View File

@ -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)
;;