diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-02 04:01:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-02 04:01:08 +0000 |
commit | b9fe720d0667e4de43e0ea17710698669a3c9cde (patch) | |
tree | e5afa1b8835c8b164a4b98b5930a4b0acec15c8b /config.sub | |
parent | bcb14db5491bdd544089981d85523bc984bfcb7b (diff) | |
download | gdb-b9fe720d0667e4de43e0ea17710698669a3c9cde.zip gdb-b9fe720d0667e4de43e0ea17710698669a3c9cde.tar.gz gdb-b9fe720d0667e4de43e0ea17710698669a3c9cde.tar.bz2 |
steves h8 patches
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -110,6 +110,13 @@ gmicro) vendor=gmicro os=sysv # maybe? ;; + +h8300hds) + cpu=h8300 + vendor=hitachi + os=hds + ;; + # start-sanitize-v9 hal-32 | hal32) cpu=sparc64 @@ -402,7 +409,7 @@ esac case "${vendor}" in altos | amdahl | aout | apollo | att | bcs | bout |\ cbm | convergent | convex | coff | cray | dec | encore |\ - gould | 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 |\ unicom | utek | wrs | bull ) ;; @@ -419,10 +426,11 @@ esac # verify that the os is known, if it exists. case "${os}" in -aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \ - | isc* | kern | mach* | newsos* | nindy* | none | osf* | sco* \ - | sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \ - | sym[1-9]* | unicos* | uts | svr4 | amigados) +aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* \ + | hds | irix* | isc* | kern | mach* | newsos* | nindy* | none \ + | osf* | sco* | sunos* | sysv* | ultrix* | unos* | v88r* \ + | vms* | vxworks* | sym[1-9]* | unicos* | uts | svr4 \ + | amigados) ;; # start-sanitize-v9 |