diff options
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/configure.in b/sim/configure.in index 97318ad..ce47fed 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -47,12 +47,11 @@ extra_subdirs=common # convention, else the table becomes a real mess to understand and maintain. case "${target}" in - arm*-*-*) + arm*-*-* | thumb*-*-*) sim_target=arm extra_subdirs="${extra_subdirs} testsuite" ;; strongarm*-*-*) sim_target=arm ;; - thumb*-*-*) sim_target=arm ;; d10v-*-*) sim_target=d10v ;; d30v-*-*) sim_target=d30v |