* scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
[deliverable/binutils-gdb.git] / sim / configure.ac
index 8d5f6bb65630139432a48c8f1aaf9387f6778153..f3be6c12efda3fd61c4cc694f92f101f5f4b15a9 100644 (file)
@@ -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)
           ;;
@@ -63,6 +68,11 @@ if test "${enable_sim}" != no; then
           testsuite=yes
           common=yes
           ;;
+       iq2000-*-*)
+           AC_CONFIG_SUBDIRS(iq2000)
+          testsuite=yes
+          common=yes
+          ;;
        m32r-*-*)
            AC_CONFIG_SUBDIRS(m32r)
           testsuite=yes
@@ -81,10 +91,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 +112,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.022921 seconds and 4 git commands to generate.