aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-02 04:01:08 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-02 04:01:08 +0000
commitb9fe720d0667e4de43e0ea17710698669a3c9cde (patch)
treee5afa1b8835c8b164a4b98b5930a4b0acec15c8b /config.sub
parentbcb14db5491bdd544089981d85523bc984bfcb7b (diff)
downloadfsf-binutils-gdb-b9fe720d0667e4de43e0ea17710698669a3c9cde.zip
fsf-binutils-gdb-b9fe720d0667e4de43e0ea17710698669a3c9cde.tar.gz
fsf-binutils-gdb-b9fe720d0667e4de43e0ea17710698669a3c9cde.tar.bz2
steves h8 patches
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub18
1 files changed, 13 insertions, 5 deletions
diff --git a/config.sub b/config.sub
index 802474b..dac9ab8 100755
--- a/config.sub
+++ b/config.sub
@@ -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