aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-11-12 17:09:31 +0000
committerSteve Chamberlain <sac@cygnus>1991-11-12 17:09:31 +0000
commitcaebaa1660e91135dc8ef5083bc3f4b634c48d7a (patch)
treec844516646e6f1a9570633d62ad0278aca2335fb /config.sub
parentfe6c6bddf3ec98c4591afa1aa0ceba32e49423c7 (diff)
downloadfsf-binutils-gdb-caebaa1660e91135dc8ef5083bc3f4b634c48d7a.zip
fsf-binutils-gdb-caebaa1660e91135dc8ef5083bc3f4b634c48d7a.tar.gz
fsf-binutils-gdb-caebaa1660e91135dc8ef5083bc3f4b634c48d7a.tar.bz2
Added harris systems
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index cdf7881..340aefa 100755
--- a/config.sub
+++ b/config.sub
@@ -120,6 +120,12 @@ gmicro)
os=sysv # maybe?
;;
+harris)
+ cpu=m88k
+ vendor=harris
+ os=m88kbcs
+ ;;
+
h8300hds)
cpu=h8300
vendor=hitachi
@@ -435,7 +441,7 @@ esac
case "${vendor}" in
altos | amd | amdahl | aout | apollo | att | bcs | bout |\
cbm | convergent | convex | coff | cray | dec | encore |\
- gould | hitachi | intel | isi | hp | ibm | little | mips | motorola |\
+ gould | harris | hitachi | intel | isi | hp | ibm | little | mips | motorola | \
ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
unicom | utek | wrs | bull ) ;;