Fix h8300h support (need own .mt file).
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 16 Jul 1993 20:44:05 +0000 (20:44 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 16 Jul 1993 20:44:05 +0000 (20:44 +0000)
ld/configure.in

index 58169f5..fe97da4 100644 (file)
@@ -81,7 +81,9 @@ case "${target}" in
                        ;;
   a29k-*-*)            my_target=coff-a29k
                        ;;
-  h8300*-*-hms)                my_target=coff-h8300
+  h8300-*-hms)         my_target=coff-h8300
+                       ;;
+  h8300h-*-hms)                my_target=coff-h8300h
                        ;;
   h8500-*-hms)         my_target=coff-h8500
                        ;;