Fixup readline and sim including of override.m4
[deliverable/binutils-gdb.git] / sim / configure.ac
index cd529ac0470ff531daa84f4e8d7a425f5fd194ef..9a55a0cc4ec5650b1bf9d1c8f5c18101d232aa92 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)
            ;;
This page took 0.025051 seconds and 4 git commands to generate.