aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1993-07-16 20:44:05 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1993-07-16 20:44:05 +0000
commit5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1 (patch)
tree5f7f51acbae60c2737336c8e57e8dc4253843dc5
parentfb564b406c02caefc327c7084e752b29ce8387e2 (diff)
downloadgdb-5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1.zip
gdb-5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1.tar.gz
gdb-5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1.tar.bz2
Fix h8300h support (need own .mt file).
-rw-r--r--ld/configure.in4
1 files changed, 3 insertions, 1 deletions
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
;;