* dbxread.c: reset function_start_offset after a finishing N_FUN
[deliverable/binutils-gdb.git] / sim / configure
index e4cbc84c0a4126bc79ee7cf66fb5c41f22865fe3..1f6b7022cd22f434c6bd57d78a1d3b3edbf3fc5f 100755 (executable)
@@ -1283,6 +1283,7 @@ extra_subdirs=common
 
 case "${target}" in
   arm*-*-*)            sim_target=arm ;;
+  thumb*-*-*)           sim_target=arm ;;
   d10v-*-*)            sim_target=d10v ;;
 # start-sanitize-d30v
   d30v-*-*)
@@ -1298,11 +1299,13 @@ case "${target}" in
        # The MIPS simulator can only be compiled by gcc.
        sim_target=mips
        only_if_gcc=yes
+       extra_subdirs="${extra_subdirs} igen"
        ;;
   mn10300*-*-*)
        # The mn10300 simulator can only be compiled by gcc.
        sim_target=mn10300
        only_if_gcc=yes
+       extra_subdirs="${extra_subdirs} igen"
        ;;
   mn10200*-*-*)
        sim_target=mn10200
@@ -1336,15 +1339,13 @@ case "${target}" in
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
-# end-sanitize-v850e
-# start-sanitize-v850eq
-  v850eq-*-*)
+  v850ea-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
-# end-sanitize-v850eq
+# end-sanitize-v850e
   w65-*-*)
        sim_target=w65
        # The w65 is suffering from gradual decay.
This page took 0.023282 seconds and 4 git commands to generate.