sim: update device_error() prototype
[binutils-gdb.git] / sim / configure.ac
index cd529ac0470ff531daa84f4e8d7a425f5fd194ef..dad245e3bd13a73f4ce46e80584e4447fcec3077 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
@@ -105,6 +114,9 @@ if test "${enable_sim}" != no; then
           AC_CONFIG_SUBDIRS(moxie)
           testsuite=yes
           ;;
+       rx-*-*)
+           AC_CONFIG_SUBDIRS(rx)
+          ;;
        sh64*-*-*)
            AC_CONFIG_SUBDIRS(sh64)
           testsuite=yes