Add support for Thumb target.

This commit is contained in:
Nick Clifton
1997-12-02 18:17:13 +00:00
parent 0270c56097
commit 89b993af84
5 changed files with 20 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ extra_subdirs=common
case "${target}" in
arm*-*-*) sim_target=arm ;;
thumb*-*-*) sim_target=arm ;;
d10v-*-*) sim_target=d10v ;;
# start-sanitize-d30v
d30v-*-*)