public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gprofng: test suite problems
@ 2022-04-28  3:50 Vladimir Mezentsev
  0 siblings, 0 replies; only message in thread
From: Vladimir Mezentsev @ 2022-04-28  3:50 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0e12331a9bf980f24e6fe4aa1b22b431950883ba

commit 0e12331a9bf980f24e6fe4aa1b22b431950883ba
Author: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
Date:   Wed Apr 27 02:17:02 2022 -0700

    gprofng: test suite problems
    
    gprofng/ChangeLog
    2022-04-27  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
    
            PR gprofng/29065
            * testsuite/lib/Makefile.skel: Search parent dir for libs too.

Diff:
---
 gprofng/testsuite/lib/Makefile.skel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gprofng/testsuite/lib/Makefile.skel b/gprofng/testsuite/lib/Makefile.skel
index 7134c2715b5..7810ba7ed7a 100644
--- a/gprofng/testsuite/lib/Makefile.skel
+++ b/gprofng/testsuite/lib/Makefile.skel
@@ -39,8 +39,8 @@ DISPLAY	    = $(GPROFNG) display text
 EXPERIMENT  = test.er
 DISPLAY_LOG = display.log
 
-
-export LD_LIBRARY_PATH := $(shell dirname $$(find ../root -name libgprofng.so.0 | head -1))
+gprofng_dir := $(shell dirname $$(find ../root -name libgprofng.so.0 | head -1))
+export LD_LIBRARY_PATH := $(gprofng_dir):$(gprofng_dir)/..
 
 .PHONY: all collect compare clobber clean


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-28  3:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28  3:50 [binutils-gdb] gprofng: test suite problems Vladimir Mezentsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).