oops - forgot to commit with the previous delta
[deliverable/binutils-gdb.git] / sim / configure
index 1e6ef3d975da197f09884eb6c67fa1eb40d48291..e848395583b8ee3542b9f64504b18c5784e773a4 100755 (executable)
@@ -273,6 +273,7 @@ PACKAGE_BUGREPORT=
 
 ac_unique_file="Makefile.in"
 ac_subdirs_all="$ac_subdirs_all arm"
+ac_subdirs_all="$ac_subdirs_all cr16"
 ac_subdirs_all="$ac_subdirs_all cris"
 ac_subdirs_all="$ac_subdirs_all d10v"
 ac_subdirs_all="$ac_subdirs_all frv"
@@ -3421,6 +3422,13 @@ if test "${enable_sim}" != no; then
 
 subdirs="$subdirs arm"
 
+          testsuite=yes
+          ;;
+       cr16*-*-*)
+
+
+subdirs="$subdirs cr16"
+
           testsuite=yes
           ;;
        cris-*-* | crisv32-*-*)
@@ -3499,14 +3507,14 @@ subdirs="$subdirs mn10300"
 
           igen=yes
           ;;
-       sh64-*-*)
+       sh64*-*-*)
 
 
 subdirs="$subdirs sh64"
 
           testsuite=yes
           ;;
-       sh-*-*)
+       sh*-*-*)
 
 
 subdirs="$subdirs sh"
@@ -3532,6 +3540,7 @@ subdirs="$subdirs ppc"
 subdirs="$subdirs v850"
 
           igen=yes
+          testsuite=yes
           ;;
        *)
           # No simulator subdir, so the subdir "common" isn't needed.
This page took 0.025981 seconds and 4 git commands to generate.