mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
Skip a test that lld cannot handle
This commit is contained in:
parent
9c0f7f1394
commit
f0c4b81ce8
@ -91,11 +91,14 @@ test-extras += tst-audit4-aux tst-audit10-aux \
|
||||
extra-test-objs += tst-audit4-aux.o tst-audit10-aux.o \
|
||||
tst-avx-aux.o tst-avx512-aux.o
|
||||
|
||||
# lld does not like the insert after in the linker script.
|
||||
ifeq ($(with-lld),no)
|
||||
ifeq ($(have-insert),yes)
|
||||
tests += tst-split-dynreloc
|
||||
LDFLAGS-tst-split-dynreloc = -Wl,-T,$(..)sysdeps/x86_64/tst-split-dynreloc.lds
|
||||
tst-split-dynreloc-ENV = LD_BIND_NOW=1
|
||||
endif
|
||||
endif
|
||||
|
||||
modules-names += tst-auditmod3a tst-auditmod3b \
|
||||
tst-auditmod4a tst-auditmod4b \
|
||||
|
Loading…
Reference in New Issue
Block a user