]> gcc.gnu.org Git - gcc.git/commitdiff
re PR d/87824 (x86_64-linux multilib issues)
authorJohannes Pfau <johannespfau@gmail.com>
Thu, 22 Nov 2018 06:14:47 +0000 (06:14 +0000)
committerIain Buclaw <ibuclaw@gcc.gnu.org>
Thu, 22 Nov 2018 06:14:47 +0000 (06:14 +0000)
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

libphobos/ChangeLog
libphobos/testsuite/libphobos.shared/shared.exp

index 58754bc35afaf9b3fcfcda520d0efdbdc7df36d0..e95639dbe074998ab55d7243efd0496d3c7f0c22 100644 (file)
@@ -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
index 5555b3bdd8af422c2eb9c99c24a4df608064813c..623e062596a355900d500b118356f59be38e87b7 100644 (file)
@@ -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 ""
 }
This page took 0.108724 seconds and 5 git commands to generate.