aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-12 08:48:23 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-12 08:48:23 +0000
commita5a8b9b14ec6374aa22f73d55f7c2200ea0d30f6 (patch)
tree98757954bd0d390cd0031a05dc02f42daf829742 /config.sub
parentf5e011c68cc1d4f411e9b06b618a054c6e60be4d (diff)
downloadfsf-binutils-gdb-a5a8b9b14ec6374aa22f73d55f7c2200ea0d30f6.zip
fsf-binutils-gdb-a5a8b9b14ec6374aa22f73d55f7c2200ea0d30f6.tar.gz
fsf-binutils-gdb-a5a8b9b14ec6374aa22f73d55f7c2200ea0d30f6.tar.bz2
Add NYU vendor, sym1 and sym2 os's. Alphabetize vendors.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub22
1 files changed, 16 insertions, 6 deletions
diff --git a/config.sub b/config.sub
index b71da37..361d142 100755
--- a/config.sub
+++ b/config.sub
@@ -47,6 +47,16 @@ amdahl)
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
@@ -374,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) ;;
@@ -396,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