diff options
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index dae2687..e020b73 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -50,6 +50,11 @@ if test "${enable_sim}" != no; then testsuite=yes common=yes ;; + cris-*-* | crisv32-*-*) + AC_CONFIG_SUBDIRS(cris) + testsuite=yes + common=yes + ;; d10v-*-*) AC_CONFIG_SUBDIRS(d10v) ;; |