diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-30 01:55:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-30 01:55:12 +0000 |
commit | f1129fb8ff9938330168992fb23ed35e37d82d61 (patch) | |
tree | acb0e04459f40941f698cb91b1382354c885bb72 /sim/configure | |
parent | 2a1aa0e97cefed26213a2b124e91e8d74d11a5d6 (diff) | |
download | gdb-f1129fb8ff9938330168992fb23ed35e37d82d61.zip gdb-f1129fb8ff9938330168992fb23ed35e37d82d61.tar.gz gdb-f1129fb8ff9938330168992fb23ed35e37d82d61.tar.bz2 |
Add support for ARM's v5TE architecture and Intel's XScale extenstions
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure index 49452c3..8d324ad 100755 --- a/sim/configure +++ b/sim/configure @@ -1415,6 +1415,10 @@ case "${target}" in sim_target=arm extra_subdirs="${extra_subdirs} testsuite" ;; + xscale-*-*) + sim_target=arm + extra_subdirs="${extra_subdirs} testsuite" + ;; d10v-*-*) sim_target=d10v ;; d30v-*-*) sim_target=d30v |