* dep-in.sed: Output one filename per line with all lines having
[deliverable/binutils-gdb.git] / sim / configure.ac
index 48f590fc1e0db80c39696da335c673ce81279f20..13c50a78f948796c9ed710f8937dc7acb2756263 100644 (file)
@@ -51,6 +51,13 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(arm)
           testsuite=yes
           ;;
+       avr*-*-*)
+           AC_CONFIG_SUBDIRS(avr)
+          ;;
+       cr16*-*-*)
+          AC_CONFIG_SUBDIRS(cr16)
+          testsuite=yes
+          ;;
        cris-*-* | crisv32-*-*)
           AC_CONFIG_SUBDIRS(cris)
           testsuite=yes
@@ -70,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)
            ;;
@@ -94,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.023197 seconds and 4 git commands to generate.