diff options
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure index 8346c59..cc9a915 100755 --- a/sim/configure +++ b/sim/configure @@ -286,6 +286,7 @@ ac_subdirs_all="$ac_subdirs_all mips" ac_subdirs_all="$ac_subdirs_all mn10300" ac_subdirs_all="$ac_subdirs_all sh64" ac_subdirs_all="$ac_subdirs_all sh" +ac_subdirs_all="$ac_subdirs_all erc32" ac_subdirs_all="$ac_subdirs_all ppc" ac_subdirs_all="$ac_subdirs_all v850" ac_subdirs_all="$ac_subdirs_all testsuite" @@ -3525,6 +3526,14 @@ subdirs="$subdirs sh" testsuite=yes common=yes ;; + sparc-*-rtems*|sparc-*-elf*) + + +subdirs="$subdirs erc32" + + testsuite=yes + common=yes + ;; powerpc*-*-* ) |