aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-09 17:41:54 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-09 17:41:54 +0000
commitd1e54e4f561bd252d2151d9c3f888f57f8daa762 (patch)
tree439121e494a88458a9224158dc14d8a0f8890279 /Makefile
parent0f48663f830c1ac68a66f4aa64cec4d0d0d5f449 (diff)
downloadbusybox-d1e54e4f561bd252d2151d9c3f888f57f8daa762.tar.gz
- missing hunk to go with r17206
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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