bfd/
[deliverable/binutils-gdb.git] / sim / configure.ac
index f3be6c12efda3fd61c4cc694f92f101f5f4b15a9..b16e0d86ace24e032d824ee85ca072d6afa316db 100644 (file)
@@ -99,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
@@ -111,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.024531 seconds and 4 git commands to generate.