minor formatting changes
[deliverable/binutils-gdb.git] / sim / configure
index 82caaacf491221f1653a6c40a0782385c4d25094..38aab98c5c56b6e50467af127de249117ee101fd 100755 (executable)
@@ -1365,7 +1365,6 @@ fi
 
 
 # Put a plausible default for CC_FOR_BUILD in Makefile.
-
 if test "x$cross_compiling" = "xno"; then
   CC_FOR_BUILD='$(CC)'
 else
@@ -1397,9 +1396,11 @@ extra_subdirs=common
 #  convention, else the table becomes a real mess to understand and maintain.
 
 case "${target}" in
-  arm*-*-*)            sim_target=arm ;;
+  arm*-*-* | thumb*-*-*)
+       sim_target=arm
+       extra_subdirs="${extra_subdirs} testsuite"
+       ;;
   strongarm*-*-*)      sim_target=arm ;;
-  thumb*-*-*)           sim_target=arm ;;
   d10v-*-*)            sim_target=d10v ;;
   d30v-*-*)
        sim_target=d30v
This page took 0.022612 seconds and 4 git commands to generate.