sim: update device_error() prototype
[binutils-gdb.git] / sim / configure.ac
index 13c50a78f948796c9ed710f8937dc7acb2756263..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)
 
@@ -96,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
@@ -109,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