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:
d70b4d4
)
* configure.in (v850-*-*): Added V850 simulator.
author
Jeff Law
<law@redhat.com>
Thu, 29 Aug 1996 01:05:40 +0000
(
01:05
+0000)
committer
Jeff Law
<law@redhat.com>
Thu, 29 Aug 1996 01:05:40 +0000
(
01:05
+0000)
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/configure.in
b/sim/configure.in
index 004f014402eabef82f20062088dd4b481a82b8d7..b9eed90cf948228ced7e78f9c1cf8db3dc6dd1f1 100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-53,6
+53,9
@@
case "${target}" in
mips*-*-*) sim_target=mips ;;
sh*-*-*) sim_target=sh ;;
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* )
+# start-sanitize-v850
+ v850-*-*) sim_target=v850 ;;
+# end-sanitize-v850
if test x"$powerpc_sim" = x"yes"; then sim_target=ppc; fi ;;
w65-*-*) sim_target=w65 ;;
z8k*-*-*) sim_target=z8k ;;