From: Jeff Law Date: Thu, 20 Feb 1997 06:19:13 +0000 (+0000) Subject: * configure.in: Don't require GCC to build the mn10200 X-Git-Tag: gdb-4_18~6415 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f06365c2f3fe3bbb40474b00477f01f217670a1;p=external%2Fbinutils.git * configure.in: Don't require GCC to build the mn10200 simulator anymore. * configure: Rebuilt. --- 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 + + * 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 * 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