Added harris systems

This commit is contained in:
Steve Chamberlain 1991-11-12 17:09:31 +00:00
parent fe6c6bddf3
commit caebaa1660
1 changed files with 7 additions and 1 deletions

8
config.sub vendored
View File

@ -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 ) ;;