import gdb-1999-09-28 snapshot
[deliverable/binutils-gdb.git] / sim / configure.in
index c37304990f0fc65efae890630f259906d8a2add0..97318adcdb6ca923745442259fa28fcc06ae7955 100644 (file)
@@ -47,7 +47,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 ;;
@@ -131,8 +134,6 @@ case "${target}" in
 esac
 
 
-
-
 # Is there a testsuite directory for the target?
 testdir=`echo ${target} | sed -e 's/-.*-/-/'`
 if test -r ${srcdir}/testsuite/${testdir}/configure ; then
This page took 0.027316 seconds and 4 git commands to generate.