diff options
author | Stan Shebs <shebs@apple.com> | 1999-04-26 18:34:20 +0000 |
---|---|---|
committer | Stan Shebs <shebs@apple.com> | 1999-04-26 18:34:20 +0000 |
commit | fe454715791b86ad488b33c1f325478803c8108c (patch) | |
tree | 91ec960676c78ffeab24ee2101fa128d2cc0f958 /sim/configure | |
parent | f3db0d6e5952e6aa06bdad615829b42d2cf52f71 (diff) | |
download | gdb-fe454715791b86ad488b33c1f325478803c8108c.tar.gz |
import gdb-19990422 snapshot
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/sim/configure b/sim/configure index 9257de97d74..4d0232e5411 100755 --- a/sim/configure +++ b/sim/configure @@ -1413,6 +1413,7 @@ case "${target}" in h8500-*-*) sim_target=h8500 ;; i960-*-*) sim_target=i960 ;; m32r-*-*) sim_target=m32r ;; + mcore-*-*) sim_target=mcore ;; mips*-*-*) # The MIPS simulator can only be compiled by gcc. sim_target=mips @@ -1463,35 +1464,20 @@ case "${target}" in z8k*-*-*) sim_target=z8k ;; sparc64-*-*) only_if_gcc=yes - if test "x${with_cgen}" = xyes -o "x${with_cgen_sim}" = xyes ; then - sim_target=sparc - extra_subdirs="${extra_subdirs} testsuite" - else - sim_target=none # Don't build erc32 if sparc64. - fi + sim_target=none # Don't build erc32 if sparc64. ;; sparclite*-*-* | sparc86x*-*-*) # The SPARC simulator can only be compiled by gcc. only_if_gcc=yes - if test "x${with_cgen}" = xyes -o "x${with_cgen_sim}" = xyes ; then - sim_target=sparc - extra_subdirs="${extra_subdirs} testsuite" - else - sim_target=erc32 - fi + sim_target=erc32 ;; sparc*-*-*) # The SPARC simulator can only be compiled by gcc. only_if_gcc=yes - if test "x${with_cgen}" = xyes -o "x${with_cgen_sim}" = xyes ; then - sim_target=sparc - extra_subdirs="${extra_subdirs} testsuite" - else - # Unfortunately erc32 won't build on many hosts, so only enable - # it if the user really really wants it. - only_if_enabled=yes - sim_target=erc32 - fi + # Unfortunately erc32 won't build on many hosts, so only enable + # it if the user really really wants it. + only_if_enabled=yes + sim_target=erc32 ;; *) sim_target=none ;; esac |