From: David Edelsohn Date: Fri, 16 Jul 1993 20:44:05 +0000 (+0000) Subject: Fix h8300h support (need own .mt file). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1;p=binutils-gdb.git Fix h8300h support (need own .mt file). --- diff --git a/ld/configure.in b/ld/configure.in index 58169f52e87..fe97da4e7c6 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -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 ;;