aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
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