diff options
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sim/configure b/sim/configure index 82caaac..5326e0d 100755 --- a/sim/configure +++ b/sim/configure @@ -1397,7 +1397,10 @@ extra_subdirs=common # convention, else the table becomes a real mess to understand and maintain. case "${target}" in - arm*-*-*) sim_target=arm ;; + arm*-*-*) + sim_target=arm + extra_subdirs="${extra_subdirs} testsuite" + ;; strongarm*-*-*) sim_target=arm ;; thumb*-*-*) sim_target=arm ;; d10v-*-*) sim_target=d10v ;; |