diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-30 01:06:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-30 01:06:57 -0400 |
commit | e8713c0f026199c327ba88ea6da4bcffebff6991 (patch) | |
tree | 81262bd346bb8dda04ad10e08edd4af9d5985243 /sim/testsuite/configure | |
parent | 247ac9ee6e1ecea67d29a5712e77e8c64834b06e (diff) | |
download | gdb-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')
-rwxr-xr-x | sim/testsuite/configure | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sim/testsuite/configure b/sim/testsuite/configure index fdba43d..c5980fe 100755 --- a/sim/testsuite/configure +++ b/sim/testsuite/configure @@ -614,7 +614,8 @@ enable_option_checking ac_precious_vars='build_alias host_alias target_alias' -ac_subdirs_all='frv-elf +ac_subdirs_all='d10v-elf +frv-elf m32r-elf mips64el-elf' @@ -1792,10 +1793,14 @@ test -n "$target_alias" && # Configure sub-directory for appropriate targets case ${target} in - frv-*-elf ) + d10v-*-elf ) + +subdirs="$subdirs d10v-elf" -subdirs="$subdirs frv-elf" + ;; + frv-*-elf ) + subdirs="$subdirs frv-elf" ;; m32r-*-elf ) |