svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Tue Jan 9 09:41:55 PST 2007
Author: aldot
Date: 2007-01-09 09:41:54 -0800 (Tue, 09 Jan 2007)
New Revision: 17208
Log:
- missing hunk to go with r17206
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2007-01-09 17:37:32 UTC (rev 17207)
+++ trunk/busybox/Makefile 2007-01-09 17:41:54 UTC (rev 17208)
@@ -561,7 +561,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) $(patsubst %,-Wl$(comma)%,$(LDFLAGS)) \
+ cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \
-o $@ \
-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