mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
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.
This commit is contained in:
@ -39,8 +39,8 @@ DISPLAY = $(GPROFNG) display text
|
|||||||
EXPERIMENT = test.er
|
EXPERIMENT = test.er
|
||||||
DISPLAY_LOG = display.log
|
DISPLAY_LOG = display.log
|
||||||
|
|
||||||
|
gprofng_dir := $(shell dirname $$(find ../root -name libgprofng.so.0 | head -1))
|
||||||
export LD_LIBRARY_PATH := $(shell dirname $$(find ../root -name libgprofng.so.0 | head -1))
|
export LD_LIBRARY_PATH := $(gprofng_dir):$(gprofng_dir)/..
|
||||||
|
|
||||||
.PHONY: all collect compare clobber clean
|
.PHONY: all collect compare clobber clean
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user