Add powersys alias

This commit is contained in:
John Gilmore 1991-10-24 16:54:38 +00:00
parent 313fdead0e
commit e66027232e

28
config.sub vendored
View file

@ -109,6 +109,11 @@ delta88)
os=m88kbcs os=m88kbcs
;; ;;
ebmon29k)
cpu=a29k
vendor=amd
os=ebmon
;;
gmicro) gmicro)
cpu=tron cpu=tron
vendor=gmicro vendor=gmicro
@ -121,6 +126,14 @@ h8300hds)
os=hds os=hds
;; ;;
# start-sanitize-life
life)
cpu=life
vendor=philips
os=none
;;
# end-sanitize-life
# start-sanitize-v9 # start-sanitize-v9
hal-32 | hal32) hal-32 | hal32)
cpu=sparc64 cpu=sparc64
@ -264,6 +277,11 @@ pn)
vendor=gould vendor=gould
os=sysv # maybe? os=sysv # maybe?
;; ;;
powersys)
cpu=rs6000
vendor=ibm
os=aix
;;
ps2) ps2)
cpu=i386 cpu=i386
vendor=ibm vendor=ibm
@ -398,6 +416,10 @@ none | vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc \
| a29k | romp | rs6000 | i960 | xmp | ymp | cray2 | 580 | h8300) | a29k | romp | rs6000 | i960 | xmp | ymp | cray2 | 580 | h8300)
;; ;;
# start-sanitize-life
life) ;;
# end-sanitize-life
# start-sanitize-v9 # start-sanitize-v9
sparc64) ;; sparc64) ;;
# end-sanitize-v9 # end-sanitize-v9
@ -411,12 +433,16 @@ esac
# verify that the vendor is known. # verify that the vendor is known.
case "${vendor}" in case "${vendor}" in
altos | amdahl | aout | apollo | att | bcs | bout |\ altos | amd | amdahl | aout | apollo | att | bcs | bout |\
cbm | convergent | convex | coff | cray | dec | encore |\ cbm | convergent | convex | coff | cray | dec | encore |\
gould | hitachi | intel | isi | hp | ibm | little | mips | motorola |\ gould | hitachi | intel | isi | hp | ibm | little | mips | motorola |\
ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\ ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
unicom | utek | wrs | bull ) ;; unicom | utek | wrs | bull ) ;;
# start-sanitize-life
philips) ;;
# end-sanitize-life
# start-sanitize-v9 # start-sanitize-v9
hal) ;; hal) ;;
# end-sanitize-v9 # end-sanitize-v9