about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2022-02-02 14:03:58 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2022-02-02 14:03:58 +0000
commit80a08d0faa9b224019f895800c4d97de4e23e1aa (patch)
treef5e1b0c04e7966805a027920bb7c8a013cc72347
parent6289d28d3c4e56f34830cfb011c31271ef850418 (diff)
downloadglibc-80a08d0faa9b224019f895800c4d97de4e23e1aa.tar.gz
glibc-80a08d0faa9b224019f895800c4d97de4e23e1aa.tar.xz
glibc-80a08d0faa9b224019f895800c4d97de4e23e1aa.zip
Fix elf/tst-audit25a with default bind now toolchains
This test relies on lazy binding for the executable so request that
explicitly in case the toolchain defaults to bind now.
-rw-r--r--elf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index e380b26d8a..5bdf0a383d 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -2227,6 +2227,7 @@ $(objpfx)tst-audit25a: $(objpfx)tst-audit25mod1.so \
 		       $(objpfx)tst-audit25mod2.so \
 		       $(objpfx)tst-audit25mod3.so \
 		       $(objpfx)tst-audit25mod4.so
+LDFLAGS-tst-audit25a = -Wl,-z,lazy
 $(objpfx)tst-audit25mod1.so: $(objpfx)tst-audit25mod3.so
 LDFLAGS-tst-audit25mod1.so = -Wl,-z,now
 $(objpfx)tst-audit25mod2.so: $(objpfx)tst-audit25mod4.so