mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-03-30 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac: Add d10v-*-elf.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2015-03-29 Mike Frysinger <vapier@gentoo.org>
|
2015-03-29 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* lib/sim-defs.exp (run_sim_test): Declare seen_output as 0. When
|
* lib/sim-defs.exp (run_sim_test): Declare seen_output as 0. When
|
||||||
|
13
sim/testsuite/configure
vendored
13
sim/testsuite/configure
vendored
@ -614,7 +614,8 @@ enable_option_checking
|
|||||||
ac_precious_vars='build_alias
|
ac_precious_vars='build_alias
|
||||||
host_alias
|
host_alias
|
||||||
target_alias'
|
target_alias'
|
||||||
ac_subdirs_all='frv-elf
|
ac_subdirs_all='d10v-elf
|
||||||
|
frv-elf
|
||||||
m32r-elf
|
m32r-elf
|
||||||
mips64el-elf'
|
mips64el-elf'
|
||||||
|
|
||||||
@ -1792,10 +1793,14 @@ test -n "$target_alias" &&
|
|||||||
|
|
||||||
# Configure sub-directory for appropriate targets
|
# Configure sub-directory for appropriate targets
|
||||||
case ${target} in
|
case ${target} in
|
||||||
|
d10v-*-elf )
|
||||||
|
|
||||||
|
|
||||||
|
subdirs="$subdirs d10v-elf"
|
||||||
|
|
||||||
|
;;
|
||||||
frv-*-elf )
|
frv-*-elf )
|
||||||
|
subdirs="$subdirs frv-elf"
|
||||||
|
|
||||||
subdirs="$subdirs frv-elf"
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
m32r-*-elf )
|
m32r-*-elf )
|
||||||
|
@ -14,6 +14,9 @@ AC_CANONICAL_SYSTEM
|
|||||||
|
|
||||||
# Configure sub-directory for appropriate targets
|
# Configure sub-directory for appropriate targets
|
||||||
case ${target} in
|
case ${target} in
|
||||||
|
d10v-*-elf )
|
||||||
|
AC_CONFIG_SUBDIRS(d10v-elf)
|
||||||
|
;;
|
||||||
frv-*-elf )
|
frv-*-elf )
|
||||||
AC_CONFIG_SUBDIRS(frv-elf)
|
AC_CONFIG_SUBDIRS(frv-elf)
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user