From: Bernhard Reutner-Fischer Date: Tue, 9 Jan 2007 17:41:54 +0000 (-0000) Subject: - missing hunk to go with r17206 X-Git-Tag: 1_4_0~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1e54e4f561bd252d2151d9c3f888f57f8daa762;p=oweals%2Fbusybox.git - missing hunk to go with r17206 --- diff --git a/Makefile b/Makefile index 08262cd0d..ca11f1532 100644 --- a/Makefile +++ b/Makefile @@ -561,7 +561,7 @@ busybox-all := $(core-y) $(libs-y) # 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