diff options
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 8d5f6bb..dae2687 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -81,10 +81,12 @@ if test "${enable_sim}" != no; then mips*-*-*) AC_CONFIG_SUBDIRS(mips) testsuite=yes + common=yes igen=yes ;; mn10300*-*-*) AC_CONFIG_SUBDIRS(mn10300) + common=yes igen=yes ;; sh*-*-*) @@ -100,9 +102,6 @@ if test "${enable_sim}" != no; then AC_CONFIG_SUBDIRS(v850) common=yes ;; - sparc*-*-*) - AC_CONFIG_SUBDIRS(erc32) - ;; esac if test "$testsuite" = yes; then AC_CONFIG_SUBDIRS(testsuite) |