From d4c2917fc5091dae7ab1b30c165becb70d3c3453 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 16 Apr 2012 14:06:47 +1000 Subject: Fix test-suite failues with -Wl,--as-needed Signed-off-by: Allan McRae --- stdlib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib') diff --git a/stdlib/Makefile b/stdlib/Makefile index 44eb20d681..f7811c5bbb 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -138,6 +138,7 @@ $(objpfx)tst-fmtmsg.out: tst-fmtmsg.sh $(objpfx)tst-fmtmsg $(SHELL) -e $< $(common-objpfx) '$(run-program-prefix)' $(common-objpfx)stdlib/ $(objpfx)tst-putenv: $(objpfx)tst-putenvmod.so +LDFLAGS-tst-putenv = $(no-as-needed) $(objpfx)tst-putenvmod.so: $(objpfx)tst-putenvmod.os $(build-module) -- cgit 1.4.1