diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-10-05 23:13:56 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-10-05 23:13:56 +0000 |
commit | 2acceee2182a942e6a79a972009540990f4dfabf (patch) | |
tree | 2ed7ca473f0b49181f1d0214c3450a7eb17f7bcb /sim/configure.in | |
parent | 3e9c42873ee1d0bbb03039baea78c617174f9269 (diff) | |
download | gdb-2acceee2182a942e6a79a972009540990f4dfabf.zip gdb-2acceee2182a942e6a79a972009540990f4dfabf.tar.gz gdb-2acceee2182a942e6a79a972009540990f4dfabf.tar.bz2 |
import gdb-1999-10-04 snapshot
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 |