Make building of w65 simulator conditional on --enable-sim.

This commit is contained in:
Andrew Cagney
1997-08-26 08:38:34 +00:00
parent 9703694429
commit 3f1a33d673
3 changed files with 15 additions and 2 deletions

6
sim/configure vendored
View File

@ -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.