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:
afe5623
)
* configure: Enable the mn10200 simulator.
author
Jeff Law
<law@redhat.com>
Mon, 13 Jan 1997 20:21:35 +0000
(20:21 +0000)
committer
Jeff Law
<law@redhat.com>
Mon, 13 Jan 1997 20:21:35 +0000
(20:21 +0000)
sim/.Sanitize
patch
|
blob
|
history
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/.Sanitize
b/sim/.Sanitize
index 2e1fcc04524f74c61a43b1d6599561a3b8dff5f8..ec3e1c276208cd7db7d586d937e48ce8527e29ef 100644
(file)
--- a/
sim/.Sanitize
+++ b/
sim/.Sanitize
@@
-54,6
+54,7
@@
erc32
h8300
h8500
mips
+mn10200
mn10300
ppc
sh
diff --git
a/sim/configure.in
b/sim/configure.in
index 620d0b01f8872573ddbed5dde75457c65c3949ce..826d69991885bbb9e42376ee999bd6ad2b368244 100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-56,6
+56,11
@@
case "${target}" in
sim_target=mips
only_if_gcc=yes
;;
+ mn10200*-*-*)
+ # The mn10200 simulator can only be compiled by gcc.
+ sim_target=mn10200
+ only_if_gcc=yes
+ ;;
mn10300*-*-*)
# The mn10300 simulator can only be compiled by gcc.
sim_target=mn10300