From 5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 16 Jul 1993 20:44:05 +0000 Subject: [PATCH] Fix h8300h support (need own .mt file). --- ld/configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ld/configure.in b/ld/configure.in index 58169f5..fe97da4 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 ;; -- 2.7.4