projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb564b4
)
Fix h8300h support (need own .mt file).
author
David Edelsohn
<dje.gcc@gmail.com>
Fri, 16 Jul 1993 20:44:05 +0000
(20:44 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Fri, 16 Jul 1993 20:44:05 +0000
(20:44 +0000)
ld/configure.in
patch
|
blob
|
history
diff --git
a/ld/configure.in
b/ld/configure.in
index 58169f52e87bbaae030526b69fae0bdf34c65021..fe97da4e7c68aaf106dc32b469e8072ee25861d3 100644
(file)
--- 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
;;