aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-02-20 06:19:13 +0000
committerJeff Law <law@redhat.com>1997-02-20 06:19:13 +0000
commit8f06365c2f3fe3bbb40474b00477f01f217670a1 (patch)
treea3973a7a70e1dc95d7d945357fba4b72ed6d0fbd /sim/configure
parent7e05106dc8688319b13c82c24e4e1741b59ed1f3 (diff)
downloadgdb-8f06365c2f3fe3bbb40474b00477f01f217670a1.zip
gdb-8f06365c2f3fe3bbb40474b00477f01f217670a1.tar.gz
gdb-8f06365c2f3fe3bbb40474b00477f01f217670a1.tar.bz2
* configure.in: Don't require GCC to build the mn10200
simulator anymore. * configure: Rebuilt.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure10
1 files changed, 3 insertions, 7 deletions
diff --git a/sim/configure b/sim/configure
index 9911f23..2a2d3b2 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1291,11 +1291,6 @@ 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
@@ -1319,7 +1314,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
@@ -1347,7 +1343,7 @@ yes)
;;
esac
-if test x"${sim_target}" != x ; then
+if test x"${sim_target}" != xnone ; then
configdirs="common ${sim_target}"
subdirs="$configdirs"