From: David Edelsohn Date: Wed, 14 Jul 1993 03:07:04 +0000 (+0000) Subject: Accept h8300h for target cpu. X-Git-Tag: gdb-4_18-branchpoint~18314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a80def6f43570f41d4c570062f2bf2faffc3b17;p=thirdparty%2Fbinutils-gdb.git Accept h8300h for target cpu. --- diff --git a/ld/configure.in b/ld/configure.in index 02163d5159d..58169f52e87 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -81,7 +81,7 @@ case "${target}" in ;; a29k-*-*) my_target=coff-a29k ;; - h8300-*-hms) my_target=coff-h8300 + h8300*-*-hms) my_target=coff-h8300 ;; h8500-*-hms) my_target=coff-h8500 ;;