* MAINTAINERS: Take over from Anil Paranjpe as H8300 maintainer.
[deliverable/binutils-gdb.git] / sim / configure.ac
index d7e822c12058a66d1a652c429bd47f235ad4d202..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
@@ -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.026741 seconds and 4 git commands to generate.