*** empty log message ***
[deliverable/binutils-gdb.git] / sim / configure.ac
index dae2687cd8bd87d50c01d6eb48d3d71ca17e859a..b16e0d86ace24e032d824ee85ca072d6afa316db 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
@@ -89,7 +99,12 @@ if test "${enable_sim}" != no; then
           common=yes
           igen=yes
           ;;
-       sh*-*-*)
+       sh64-*-*)
+           AC_CONFIG_SUBDIRS(sh64)
+          testsuite=yes
+          common=yes
+          ;;
+       sh-*-*)
            AC_CONFIG_SUBDIRS(sh)
           testsuite=yes
           common=yes
@@ -101,6 +116,7 @@ if test "${enable_sim}" != no; then
        v850*-*-* )
            AC_CONFIG_SUBDIRS(v850)
           common=yes
+          igen=yes
           ;;
    esac
    if test "$testsuite" = yes; then
This page took 0.023704 seconds and 4 git commands to generate.