mirror of git://sourceware.org/git/glibc.git
nptl: Do not build nptl/tst-pthread-gdb-attach as PIE
This commit is contained in:
parent
e4f1c0de9c
commit
6f3e54d404
|
@ -377,6 +377,9 @@ endif
|
||||||
CFLAGS-tst-pthread-gdb-attach-static.c := $(CFLAGS-printers-tests)
|
CFLAGS-tst-pthread-gdb-attach-static.c := $(CFLAGS-printers-tests)
|
||||||
CPPFLAGS-tst-pthread-gdb-attach-static.c := \
|
CPPFLAGS-tst-pthread-gdb-attach-static.c := \
|
||||||
$(CFLAGS-printers-tests) -DDO_ADD_SYMBOL_FILE=0
|
$(CFLAGS-printers-tests) -DDO_ADD_SYMBOL_FILE=0
|
||||||
|
# As of version 9.2, GDB cannot attach properly to PIE programs that
|
||||||
|
# were launched with an explicit ld.so invocation.
|
||||||
|
tst-pthread-gdb-attach-no-pie = yes
|
||||||
|
|
||||||
ifeq ($(build-shared),yes)
|
ifeq ($(build-shared),yes)
|
||||||
tests-printers-libs := $(shared-thread-library)
|
tests-printers-libs := $(shared-thread-library)
|
||||||
|
|
Loading…
Reference in New Issue