aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-30 01:06:57 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-30 01:06:57 -0400
commite8713c0f026199c327ba88ea6da4bcffebff6991 (patch)
tree81262bd346bb8dda04ad10e08edd4af9d5985243 /sim/testsuite/configure.ac
parent247ac9ee6e1ecea67d29a5712e77e8c64834b06e (diff)
downloadgdb-e8713c0f026199c327ba88ea6da4bcffebff6991.zip
gdb-e8713c0f026199c327ba88ea6da4bcffebff6991.tar.gz
gdb-e8713c0f026199c327ba88ea6da4bcffebff6991.tar.bz2
sim: d10v: link in missing testsuite
Looks like historical restructuring in this dir lost the d10v-elf subdir and no one noticed in the meantime. Re-add it to the testsuite. There are some failures, but better some tests get run than none at all.
Diffstat (limited to 'sim/testsuite/configure.ac')
-rw-r--r--sim/testsuite/configure.ac3
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)
;;