]> Git Repo - binutils.git/blobdiff - sim/configure.ac
2005-01-17 Andrew Cagney <[email protected]>
[binutils.git] / sim / configure.ac
index 8d5f6bb65630139432a48c8f1aaf9387f6778153..dae2687cd8bd87d50c01d6eb48d3d71ca17e859a 100644 (file)
@@ -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)
This page took 0.023288 seconds and 4 git commands to generate.