2009-10-16 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / sim / configure.ac
index e7b05852fd839e999c771bd6a9472f9cbc9eb181..a113c3afd845f8b48c2f0f2ad295d3d2477a097c 100644 (file)
@@ -1,4 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
+m4_include([../config/override.m4])
 AC_PREREQ(2.59)dnl
 AC_INIT(Makefile.in)
 
@@ -77,6 +78,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)
            ;;
@@ -92,6 +97,10 @@ if test "${enable_sim}" != no; then
            AC_CONFIG_SUBDIRS(mcore)
           testsuite=yes
           ;;
+       microblaze-*-*)
+           AC_CONFIG_SUBDIRS(microblaze)
+          testsuite=yes
+          ;;
        mips*-*-*)
            AC_CONFIG_SUBDIRS(mips)
           testsuite=yes
@@ -101,6 +110,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.022653 seconds and 4 git commands to generate.