diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-29 11:48:46 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-29 11:51:13 -0400 |
commit | 6dae8a88bf814b8729ad883c92c7b75fdccc7be1 (patch) | |
tree | d0313207f42649f544c6afe734d354da98f48915 /sim/configure.tgt | |
parent | 3c0ae3096245fcb94021f0ed61278aa89191ee59 (diff) | |
download | gdb-6dae8a88bf814b8729ad883c92c7b75fdccc7be1.zip gdb-6dae8a88bf814b8729ad883c92c7b75fdccc7be1.tar.gz gdb-6dae8a88bf814b8729ad883c92c7b75fdccc7be1.tar.bz2 |
sim: testsuite: make subdir unconditional
Since the testsuite subdir has to handle dynamic arch values already,
there's no real value in requiring arches to opt in to it. Most have
a testsuite now anyways, and we're requiring it in the future.
Diffstat (limited to 'sim/configure.tgt')
-rw-r--r-- | sim/configure.tgt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sim/configure.tgt b/sim/configure.tgt index ce46d3f..5f3bb03 100644 --- a/sim/configure.tgt +++ b/sim/configure.tgt @@ -11,72 +11,57 @@ dnl the shell level, so use sinclude(...) to pull it in. dnl glue to avoid code duplication at top level m4_ifndef([SIM_ARCH], [AC_DEFUN([SIM_ARCH],[sim_arch=$1])]) -sim_testsuite=no sim_common=yes sim_igen=no sim_arch= case "${target}" in arm*-*-*) SIM_ARCH(arm) - sim_testsuite=yes ;; avr*-*-*) SIM_ARCH(avr) - sim_testsuite=yes ;; bfin-*-*) SIM_ARCH(bfin) - sim_testsuite=yes ;; cr16*-*-*) SIM_ARCH(cr16) - sim_testsuite=yes ;; cris-*-* | crisv32-*-*) SIM_ARCH(cris) - sim_testsuite=yes ;; d10v-*-*) SIM_ARCH(d10v) ;; frv-*-*) SIM_ARCH(frv) - sim_testsuite=yes ;; h8300*-*-*) SIM_ARCH(h8300) - sim_testsuite=yes ;; iq2000-*-*) SIM_ARCH(iq2000) - sim_testsuite=yes ;; lm32-*-*) SIM_ARCH(lm32) - sim_testsuite=yes ;; m32c-*-*) SIM_ARCH(m32c) ;; m32r-*-*) SIM_ARCH(m32r) - sim_testsuite=yes ;; m68hc11-*-*|m6811-*-*) SIM_ARCH(m68hc11) - sim_testsuite=yes ;; mcore-*-*) SIM_ARCH(mcore) - sim_testsuite=yes ;; microblaze-*-*) SIM_ARCH(microblaze) - sim_testsuite=yes ;; mips*-*-*) SIM_ARCH(mips) - sim_testsuite=yes sim_igen=yes ;; mn10300*-*-*) @@ -85,11 +70,9 @@ case "${target}" in ;; moxie-*-*) SIM_ARCH(moxie) - sim_testsuite=yes ;; msp430*-*-*) SIM_ARCH(msp430) - sim_testsuite=yes ;; rl78-*-*) SIM_ARCH(rl78) @@ -99,27 +82,22 @@ case "${target}" in ;; sh64*-*-*) SIM_ARCH(sh64) - sim_testsuite=yes ;; sh*-*-*) SIM_ARCH(sh) - sim_testsuite=yes ;; sparc-*-rtems*|sparc-*-elf*) SIM_ARCH(erc32) - sim_testsuite=yes ;; powerpc*-*-*) SIM_ARCH(ppc) ;; ft32-*-*) SIM_ARCH(ft32) - sim_testsuite=yes ;; v850*-*-*) SIM_ARCH(v850) sim_igen=yes - sim_testsuite=yes ;; *) # No simulator subdir, so the subdir "common" isn't needed. |