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:
ac88287
)
Configure for h8300h too.
author
Steve Chamberlain
<sac@cygnus>
Mon, 2 Aug 1993 21:19:38 +0000
(21:19 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Mon, 2 Aug 1993 21:19:38 +0000
(21:19 +0000)
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/configure.in
b/sim/configure.in
index 10777615c6f3241b72ab835fe6ab556f3c5ade49..7ac1f375c218e0fe0cbdfa55a6d9664b5091cc69 100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-19,7
+19,7
@@
target_dependent=true
# convention, else the table becomes a real mess to understand and maintain.
case "${target}" in
- h8300
-*-*)
sim_target=h8300 ;;
+ h8300
*-*-*)
sim_target=h8300 ;;
h8500-*-*) sim_target=h8500 ;;
z8k*-*-*) sim_target=z8k ;;
sh*-*-*) sim_target=sh ;;