re PR d/87824 (x86_64-linux multilib issues)
libphobos/ChangeLog: 2018-11-22 Johannes Pfau <johannespfau@gmail.com> PR d/87824 * testsuite/libphobos.shared/shared.exp: Set proper path to phobos library for multilib builds. From-SVN: r266366
This commit is contained in:
parent
5d90d0e66c
commit
d8bcb00f21
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-11-22 Johannes Pfau <johannespfau@gmail.com>
|
||||
|
||||
PR d/87824
|
||||
* testsuite/libphobos.shared/shared.exp: Set proper path to phobos
|
||||
library for multilib builds.
|
||||
|
||||
2018-11-19 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
|
||||
|
|
|
@ -94,7 +94,7 @@ if { [is-effective-target dlopen] && [is-effective-target pthread] } {
|
|||
dg-test "$srcdir/$subdir/host.c" "-ldl -pthread" "$DEFAULT_CFLAGS"
|
||||
|
||||
# Test requires a command line argument to be passed to the program.
|
||||
set libphobos_run_args "$objdir/../src/.libs/libgphobos.so"
|
||||
set libphobos_run_args "${blddir}/src/.libs/libgphobos.${shlib_ext}"
|
||||
dg-test "$srcdir/$subdir/loadDR.c" "-ldl -pthread -g" "$DEFAULT_CFLAGS"
|
||||
set libphobos_run_args ""
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue