00c0d4
commit 80a08d0faa9b224019f895800c4d97de4e23e1aa
00c0d4
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
00c0d4
Date:   Wed Feb 2 14:03:58 2022 +0000
00c0d4
00c0d4
    Fix elf/tst-audit25a with default bind now toolchains
00c0d4
    
00c0d4
    This test relies on lazy binding for the executable so request that
00c0d4
    explicitly in case the toolchain defaults to bind now.
00c0d4
00c0d4
diff --git a/elf/Makefile b/elf/Makefile
00c0d4
index 78147ed2dbcaf4c0..4d16ed1637db8582 100644
00c0d4
--- a/elf/Makefile
00c0d4
+++ b/elf/Makefile
00c0d4
@@ -2130,6 +2130,7 @@ $(objpfx)tst-audit25a: $(objpfx)tst-audit25mod1.so \
00c0d4
 		       $(objpfx)tst-audit25mod2.so \
00c0d4
 		       $(objpfx)tst-audit25mod3.so \
00c0d4
 		       $(objpfx)tst-audit25mod4.so
00c0d4
+LDFLAGS-tst-audit25a = -Wl,-z,lazy
00c0d4
 $(objpfx)tst-audit25mod1.so: $(objpfx)tst-audit25mod3.so
00c0d4
 LDFLAGS-tst-audit25mod1.so = -Wl,-z,now
00c0d4
 $(objpfx)tst-audit25mod2.so: $(objpfx)tst-audit25mod4.so