* config.sub: No longer recognize h8300h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 3 Oct 1994 21:30:15 +0000 (21:30 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 3 Oct 1994 21:30:15 +0000 (21:30 +0000)
ChangeLog
config.sub

index 8d856da..b461088 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config.sub: No longer recognize h8300h.
+
 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * config.sub: Remove extraneous differences between config.sub and
index b64ec52..60a52ea 100755 (executable)
@@ -138,7 +138,7 @@ case $basic_machine in
                | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \
                | mips64el | mips64orion | mips64orionel \
                | m88110 | sparc | m680[01234]0 | m683?2 | z8k | v70 \
-               | h8500 | h8300h) # CYGNUS LOCAL
+               | h8500) # CYGNUS LOCAL
                basic_machine=$basic_machine-unknown
                ;;
        # Object if more than one company name word.
@@ -156,7 +156,7 @@ case $basic_machine in
              | sh-* | powerpc-* | sparc64-* | mips64-* | mipsel-* \
              | mips64el-* | mips64orion-* | mips64orionel-* \
              | m88110-* | m680[01234]0-* | m683?2-* | z8k-* \
-             | h8500-* | h8300h-* ) # CYGNUS LOCAL
+             | h8500-*) # CYGNUS LOCAL
                ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.