* configure.ac: Check for memmem declaration.
[deliverable/binutils-gdb.git] / sim / configure.ac
index c20d847c591055c3525cc5c723e8a5a4e8ac5831..286cd41c6702940ffd1241f67a363bb4e5b1937e 100644 (file)
@@ -51,6 +51,10 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(arm)
           testsuite=yes
           ;;
+       cr16*-*-*)
+          AC_CONFIG_SUBDIRS(cr16)
+          testsuite=yes
+          ;;
        cris-*-* | crisv32-*-*)
           AC_CONFIG_SUBDIRS(cris)
           testsuite=yes
@@ -94,11 +98,11 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(mn10300)
           igen=yes
           ;;
-       sh64-*-*)
+       sh64*-*-*)
            AC_CONFIG_SUBDIRS(sh64)
           testsuite=yes
           ;;
-       sh-*-*)
+       sh*-*-*)
            AC_CONFIG_SUBDIRS(sh)
           testsuite=yes
           ;;
@@ -112,6 +116,7 @@ if test "${enable_sim}" != no; then
        v850*-*-* )
            AC_CONFIG_SUBDIRS(v850)
           igen=yes
+          testsuite=yes
           ;;
        *)
           # No simulator subdir, so the subdir "common" isn't needed.
This page took 0.03204 seconds and 4 git commands to generate.