aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure6
1 files changed, 5 insertions, 1 deletions
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.