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 58169f52e87bbaae030526b69fae0bdf34c65021..fe97da4e7c68aaf106dc32b469e8072ee25861d3 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
                        ;;
This page took 0.02419 seconds and 4 git commands to generate.