Skip a test that lld cannot handle

This commit is contained in:
Stan Shebs 2018-02-27 11:17:27 -08:00
parent 9c0f7f1394
commit f0c4b81ce8

View File

@ -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 \