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:
e0362be
)
* configure.in (sparc*-*-*): Don't build erc32.
author
David Edelsohn
<dje.gcc@gmail.com>
Fri, 25 Jul 1997 18:41:12 +0000
(18:41 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Fri, 25 Jul 1997 18:41:12 +0000
(18:41 +0000)
* configure: Regenerate.
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/configure.in
b/sim/configure.in
index 9735fd0e6f098355e567234c898c943134bce5ca..183e1b2c48e0d0526a2223e16688cffcb43c85ab 100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-102,6
+102,9
@@
case "${target}" in
sparc*-*-*)
# The SPARC simulator can only be compiled by gcc.
sim_target=erc32
+ # Unfortunately erc32 won't build on many hosts, so don't
+ # build it at all
+ sim_target=none
only_if_gcc=yes
;;
*) sim_target=none ;;