* dbxread.c: reset function_start_offset after a finishing N_FUN
[deliverable/binutils-gdb.git] / sim / configure
index 72b7ac6b464805ce4b1ac7acfe0e369042021093..1f6b7022cd22f434c6bd57d78a1d3b3edbf3fc5f 100755 (executable)
@@ -1283,12 +1283,13 @@ extra_subdirs=common
 
 case "${target}" in
   arm*-*-*)            sim_target=arm ;;
+  thumb*-*-*)           sim_target=arm ;;
   d10v-*-*)            sim_target=d10v ;;
 # start-sanitize-d30v
   d30v-*-*)
        sim_target=d30v
        only_if_gcc=yes
-       extra_subdirs="${extra_subdirs} igen testsuite"
+       extra_subdirs="${extra_subdirs} igen"
        ;;
 # end-sanitize-d30v
   h8300*-*-*)          sim_target=h8300 ;;
@@ -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
@@ -1323,14 +1326,12 @@ case "${target}" in
        extra_subdirs="${extra_subdirs} igen"
        ;;
 # end-sanitize-tic80
-# start-sanitize-v850
   v850-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
-# end-sanitize-v850
 # start-sanitize-v850e
   v850e-*-*)
        # The V850 simulator can only be compiled by gcc.
@@ -1338,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.
@@ -1367,6 +1366,14 @@ case "${target}" in
   *)                   sim_target=none ;;
 esac
 
+
+# Is there a testsuite directory for the target?
+testdir=`echo ${target} | sed -e 's/-.*-/-/'`
+if test -r ${srcdir}/testsuite/${testdir}/configure ; then
+  extra_subdirs="${extra_subdirs} testsuite"
+fi
+
+
 case "${enable_sim}" in
 no)    sim_target=none ;;
 yes)
This page took 0.023749 seconds and 4 git commands to generate.