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 e7b0585..cd529ac 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -101,6 +101,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 |