Add NYU vendor, sym1 and sym2 os's. Alphabetize vendors.

This commit is contained in:
John Gilmore 1991-09-12 08:48:23 +00:00
parent f5e011c68c
commit a5a8b9b14e

22
config.sub vendored
View file

@ -47,6 +47,16 @@ amdahl)
vendor=amdahl vendor=amdahl
os=uts 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) apollo68)
cpu=m68k cpu=m68k
vendor=apollo vendor=apollo
@ -374,11 +384,11 @@ esac
# verify that the vendor is known. # verify that the vendor is known.
case "${vendor}" in case "${vendor}" in
none | convex | mips | dec | little | sony | ncr | convergent \ altos | amdahl | aout | apollo | att | bcs | bout |\
| altos | apollo | isi | hp | next | sco | ibm | sun \ cbm | convergent | convex | coff | cray | dec | encore |\
| unicom | sequent | encore | motorola | att | sgi | utek \ gould | intel | isi | hp | ibm | little | mips | motorola |\
| gould | wrs | intel | aout | bout | coff | bcs | amdahl \ ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
| cray) ;; unicom | utek | wrs ) ;;
# start-sanitize-v9 # start-sanitize-v9
hal) ;; hal) ;;
@ -396,7 +406,7 @@ case "${os}" in
aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \ aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
| isc* | mach* | newsos* | nindy* | none | osf* | osf* | sco* \ | isc* | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
| sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \ | sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \
| unicos* | uts) | sym[1-9]* | unicos* | uts | svr4 | amigados)
;; ;;
# start-sanitize-v9 # start-sanitize-v9