diff options
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sim/configure.in b/sim/configure.in index 4a1b0b5..da2f20a 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -89,7 +89,10 @@ case "${target}" in mn10200*-*-*) sim_target=mn10200 ;; - sh*-*-*) sim_target=sh ;; + sh*-*-*) + sim_target=sh + extra_subdirs="${extra_subdirs} testsuite" + ;; powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \ powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* ) # The PowerPC simulator uses the GCC extension long long as well as |