Make building of w65 simulator conditional on --enable-sim.
This commit is contained in:
parent
9703694429
commit
3f1a33d673
@ -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
|
||||
|
6
sim/configure
vendored
6
sim/configure
vendored
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user