diff options
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index cd529ac..13c50a7 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -77,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) ;; |