* dep-in.sed: Output one filename per line with all lines having
[deliverable/binutils-gdb.git] / sim / configure.ac
index e7b05852fd839e999c771bd6a9472f9cbc9eb181..13c50a78f948796c9ed710f8937dc7acb2756263 100644 (file)
@@ -77,6 +77,10 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(iq2000)
           testsuite=yes
           ;;
+       lm32-*-*)
+           AC_CONFIG_SUBDIRS(lm32)
+          testsuite=yes
+           ;;
        m32c-*-*)
            AC_CONFIG_SUBDIRS(m32c)
            ;;
@@ -101,6 +105,10 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(mn10300)
           igen=yes
           ;;
+       moxie-*-*)
+          AC_CONFIG_SUBDIRS(moxie)
+          testsuite=yes
+          ;;
        sh64*-*-*)
            AC_CONFIG_SUBDIRS(sh64)
           testsuite=yes
This page took 0.023662 seconds and 4 git commands to generate.