diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1993-07-16 20:44:05 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1993-07-16 20:44:05 +0000 |
commit | 5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1 (patch) | |
tree | 5f7f51acbae60c2737336c8e57e8dc4253843dc5 /ld/configure.in | |
parent | fb564b406c02caefc327c7084e752b29ce8387e2 (diff) | |
download | gdb-5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1.zip gdb-5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1.tar.gz gdb-5448fed5311aaa4e7aef1282e5a5dd6292c1cbe1.tar.bz2 |
Fix h8300h support (need own .mt file).
Diffstat (limited to 'ld/configure.in')
-rw-r--r-- | ld/configure.in | 4 |
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 ;; |