diff options
Diffstat (limited to 'sim/testsuite/configure.ac')
-rw-r--r-- | sim/testsuite/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/testsuite/configure.ac b/sim/testsuite/configure.ac index ba17a33..b61fce0 100644 --- a/sim/testsuite/configure.ac +++ b/sim/testsuite/configure.ac @@ -14,6 +14,9 @@ AC_CANONICAL_SYSTEM # Configure sub-directory for appropriate targets case ${target} in + d10v-*-elf ) + AC_CONFIG_SUBDIRS(d10v-elf) + ;; frv-*-elf ) AC_CONFIG_SUBDIRS(frv-elf) ;; |