From caebaa1660e91135dc8ef5083bc3f4b634c48d7a Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 12 Nov 1991 17:09:31 +0000 Subject: [PATCH] Added harris systems --- config.sub | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.sub b/config.sub index cdf7881e5fa..340aefaa3d0 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 ) ;; -- 2.30.2