* configure.in: Don't require GCC to build the mn10200
authorJeff Law <law@redhat.com>
Thu, 20 Feb 1997 06:19:13 +0000 (06:19 +0000)
committerJeff Law <law@redhat.com>
Thu, 20 Feb 1997 06:19:13 +0000 (06:19 +0000)
        simulator anymore.
        * configure: Rebuilt.

sim/ChangeLog
sim/configure
sim/configure.in

index 71a8ccb..3470621 100644 (file)
@@ -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.
index 9911f23..2a2d3b2 100755 (executable)
@@ -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"
 
index 6e8fb73..9eb3187 100644 (file)
@@ -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