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:
2a2eda4
)
Fix thinkos in last change.
author
David Edelsohn
<dje.gcc@gmail.com>
Wed, 5 Feb 1997 21:46:43 +0000
(21:46 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Wed, 5 Feb 1997 21:46:43 +0000
(21:46 +0000)
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/configure.in
b/sim/configure.in
index 370d8284fdabac3836ac6221e170efbda6a9a193..6e8fb7341ad84570c10f07c9c07478973ad2f782 100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-84,7
+84,8
@@
case "${target}" in
w65-*-*) sim_target=w65 ;;
z8k*-*-*) sim_target=z8k ;;
sparc64-*-*)
- ;; # Don't build erc32 if sparc64.
+ sim_target=none # Don't build erc32 if sparc64.
+ ;;
sparc*-*-*)
# The SPARC simulator can only be compiled by gcc.
sim_target=erc32
@@
-112,7
+113,7
@@
yes)
;;
esac
-if test x"${sim_target}" != x ; then
+if test x"${sim_target}" != x
none
; then
configdirs="common ${sim_target}"
AC_CONFIG_SUBDIRS($configdirs)
fi