import gdb-1999-09-28 snapshot
[deliverable/binutils-gdb.git] / sim / configure
index 82caaacf491221f1653a6c40a0782385c4d25094..5326e0d486f08c1721fd243f29c148d72478ac99 100755 (executable)
@@ -1397,7 +1397,10 @@ extra_subdirs=common
 #  convention, else the table becomes a real mess to understand and maintain.
 
 case "${target}" in
-  arm*-*-*)            sim_target=arm ;;
+  arm*-*-*)
+       sim_target=arm
+       extra_subdirs="${extra_subdirs} testsuite"
+       ;;
   strongarm*-*-*)      sim_target=arm ;;
   thumb*-*-*)           sim_target=arm ;;
   d10v-*-*)            sim_target=d10v ;;
This page took 0.031256 seconds and 4 git commands to generate.