From: ibuclaw Date: Thu, 22 Nov 2018 06:14:47 +0000 (+0000) Subject: libphobos/ChangeLog: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00395a83b0b41c69707f25ad944f6ebe9242f0c2;p=thirdparty%2Fgcc.git libphobos/ChangeLog: 2018-11-22 Johannes Pfau PR d/87824 * testsuite/libphobos.shared/shared.exp: Set proper path to phobos library for multilib builds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266366 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 58754bc35afa..e95639dbe074 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,9 @@ +2018-11-22 Johannes Pfau + + PR d/87824 + * testsuite/libphobos.shared/shared.exp: Set proper path to phobos + library for multilib builds. + 2018-11-19 Iain Buclaw * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and diff --git a/libphobos/testsuite/libphobos.shared/shared.exp b/libphobos/testsuite/libphobos.shared/shared.exp index 5555b3bdd8af..623e062596a3 100644 --- a/libphobos/testsuite/libphobos.shared/shared.exp +++ b/libphobos/testsuite/libphobos.shared/shared.exp @@ -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 "" }