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 b16e0d8..fc1ac57 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -73,6 +73,10 @@ if test "${enable_sim}" != no; then testsuite=yes common=yes ;; + m32c-*-*) + AC_CONFIG_SUBDIRS(m32c) + common=yes + ;; m32r-*-*) AC_CONFIG_SUBDIRS(m32r) testsuite=yes |