aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-24 16:54:38 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-24 16:54:38 +0000
commite66027232e6c15d308f4c4891871b1e807bb50b0 (patch)
treee80b28a2a705a42ef5cd121a71e7cb3d114bb3d5 /config.sub
parent313fdead0e74ca29e82574e344fcc8478e4c5e96 (diff)
downloadgdb-e66027232e6c15d308f4c4891871b1e807bb50b0.zip
gdb-e66027232e6c15d308f4c4891871b1e807bb50b0.tar.gz
gdb-e66027232e6c15d308f4c4891871b1e807bb50b0.tar.bz2
Add powersys alias
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub28
1 files changed, 27 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index d8d4731..dab5d17 100755
--- a/config.sub
+++ b/config.sub
@@ -109,6 +109,11 @@ delta88)
os=m88kbcs
;;
+ebmon29k)
+ cpu=a29k
+ vendor=amd
+ os=ebmon
+ ;;
gmicro)
cpu=tron
vendor=gmicro
@@ -121,6 +126,14 @@ h8300hds)
os=hds
;;
+# start-sanitize-life
+life)
+ cpu=life
+ vendor=philips
+ os=none
+ ;;
+# end-sanitize-life
+
# start-sanitize-v9
hal-32 | hal32)
cpu=sparc64
@@ -264,6 +277,11 @@ pn)
vendor=gould
os=sysv # maybe?
;;
+powersys)
+ cpu=rs6000
+ vendor=ibm
+ os=aix
+ ;;
ps2)
cpu=i386
vendor=ibm
@@ -398,6 +416,10 @@ none | vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc \
| a29k | romp | rs6000 | i960 | xmp | ymp | cray2 | 580 | h8300)
;;
+# start-sanitize-life
+life) ;;
+# end-sanitize-life
+
# start-sanitize-v9
sparc64) ;;
# end-sanitize-v9
@@ -411,12 +433,16 @@ esac
# verify that the vendor is known.
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 |\
gould | hitachi | intel | isi | hp | ibm | little | mips | motorola |\
ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
unicom | utek | wrs | bull ) ;;
+# start-sanitize-life
+philips) ;;
+# end-sanitize-life
+
# start-sanitize-v9
hal) ;;
# end-sanitize-v9