mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
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)
|
||||
CPPFLAGS-tst-pthread-gdb-attach-static.c := \
|
||||
$(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)
|
||||
tests-printers-libs := $(shared-thread-library)
|
||||
|
Loading…
Reference in New Issue
Block a user