From: Stan Shebs Date: Tue, 27 Feb 2018 19:17:27 +0000 (-0800) Subject: Skip a test that lld cannot handle X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c4b81ce82949ef5c2d1f224daf7e856b565d93;p=thirdparty%2Fglibc.git Skip a test that lld cannot handle --- diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index 04f04cc5aa6..049f8914fed 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -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 \