]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Skip a test that lld cannot handle
authorStan Shebs <stanshebs@google.com>
Tue, 27 Feb 2018 19:17:27 +0000 (11:17 -0800)
committerStan Shebs <stanshebs@google.com>
Tue, 27 Feb 2018 19:17:27 +0000 (11:17 -0800)
sysdeps/x86_64/Makefile

index 04f04cc5aa61d80bd501c588a1d2bddb8651d1ea..049f8914fedff5dc7eafd8a63a4a60e2af5cf76b 100644 (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 \