aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/ChangeLog5
-rwxr-xr-xsim/configure6
-rw-r--r--sim/configure.in6
3 files changed, 15 insertions, 2 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 74ad51f..9b41227 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * configure.in (w65-*-*, only_if_enabled): Set.
+ * configure: Re-generate.
+
Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in (sparc*-*-*, only_if_enabled): Set
diff --git a/sim/configure b/sim/configure
index 72091fa..4b830a7 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1344,7 +1344,11 @@ case "${target}" in
only_if_gcc=yes
;;
# end-sanitize-v850eq
- w65-*-*) sim_target=w65 ;;
+ w65-*-*)
+ sim_target=w65
+ # The w65 is suffering from gradual decay.
+ only_if_enabled=yes
+ ;;
z8k*-*-*) sim_target=z8k ;;
sparc64-*-*)
sim_target=none # Don't build erc32 if sparc64.
diff --git a/sim/configure.in b/sim/configure.in
index 6274b87..afd37bc 100644
--- a/sim/configure.in
+++ b/sim/configure.in
@@ -109,7 +109,11 @@ case "${target}" in
only_if_gcc=yes
;;
# end-sanitize-v850eq
- w65-*-*) sim_target=w65 ;;
+ w65-*-*)
+ sim_target=w65
+ # The w65 is suffering from gradual decay.
+ only_if_enabled=yes
+ ;;
z8k*-*-*) sim_target=z8k ;;
sparc64-*-*)
sim_target=none # Don't build erc32 if sparc64.