Add support for ARM's v5TE architecture and Intel's XScale extenstions

This commit is contained in:
Nick Clifton
2000-11-30 01:55:12 +00:00
parent 2a1aa0e97c
commit f1129fb8ff
12 changed files with 1772 additions and 251 deletions

View File

@@ -54,6 +54,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