svn commit: trunk/busybox
vda at busybox.net
vda at busybox.net
Sat Sep 29 15:52:26 PDT 2007
Author: vda
Date: 2007-09-29 15:52:25 -0700 (Sat, 29 Sep 2007)
New Revision: 20133
Log:
build system: pass EXTRA_LDFLAGS to final link stage
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2007-09-29 22:49:26 UTC (rev 20132)
+++ trunk/busybox/Makefile 2007-09-29 22:52:25 UTC (rev 20133)
@@ -568,7 +568,7 @@
# Rule to link busybox - also used during CONFIG_KALLSYMS
# May be overridden by arch/$(ARCH)/Makefile
quiet_cmd_busybox__ ?= LINK $@
- cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \
+ cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) $(EXTRA_LDFLAGS) \
-o $@ -Wl,-Map -Wl,$@.map \
-Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \
-Wl,--start-group $(busybox-all) -Wl,--end-group \
More information about the busybox-cvs
mailing list