diff options
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index c20d847..d7e822c1 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -94,11 +94,11 @@ if test "${enable_sim}" != no; then AC_CONFIG_SUBDIRS(mn10300) igen=yes ;; - sh64-*-*) + sh64*-*-*) AC_CONFIG_SUBDIRS(sh64) testsuite=yes ;; - sh-*-*) + sh*-*-*) AC_CONFIG_SUBDIRS(sh) testsuite=yes ;; |