aboutsummaryrefslogtreecommitdiff
path: root/sim
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
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')
-rw-r--r--sim/ChangeLog12
-rwxr-xr-xsim/configure10
-rw-r--r--sim/configure.in5
3 files changed, 15 insertions, 12 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 71a8ccb..3470621 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,15 @@
+Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
+
+ * configure.in: Don't require GCC to build the mn10200
+ simulator anymore.
+ * configure: Rebuilt.
+
+Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
+
+ * configure.in: Don't configure any subdirs if no simulator
+ is being built. Don't use erc32 for sparc64.
+ * configure: Regenerated.
+
Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
* Makefile.in (autoconf-common): New target.
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"
diff --git a/sim/configure.in b/sim/configure.in
index 6e8fb73..9eb3187 100644
--- a/sim/configure.in
+++ b/sim/configure.in
@@ -56,11 +56,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