From 1d690db7202c32909c04c50e96bf85b314dbf31a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Apr 2008 12:31:57 +0000 Subject: - also use the incoming LDFLAGS and EXTRA_LDFLAGS This isn't perfect since it will barf on linker flags with two args like -Wl,z,now et al. --- scripts/Makefile.IMA | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/Makefile.IMA') diff --git a/scripts/Makefile.IMA b/scripts/Makefile.IMA index d24651787..73360f3e1 100644 --- a/scripts/Makefile.IMA +++ b/scripts/Makefile.IMA @@ -145,8 +145,10 @@ include libbb/Kbuild lib-all-y += $(patsubst %,libbb/%,$(sort $(lib-y))) lib-y:= +comma:=, busybox: $(usage_stuff) include/applet_tables.h $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) \ + $(patsubst %,-Wl$(comma)%,$(LDFLAGS) $(EXTRA_LDFLAGS)) \ -DGCC_COMBINE=1 \ --combine $(WHOLE_PROGRAM) \ -funit-at-a-time -Wno-error -std=gnu99 \ -- cgit v1.2.3