projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f48663
)
- missing hunk to go with r17206
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 9 Jan 2007 17:41:54 +0000
(17:41 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 9 Jan 2007 17:41:54 +0000
(17:41 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 08262cd0d1ce238debb4d69ad785f9baf962207f..ca11f1532cabf5941792e78c948b27951669cb9c 100644
(file)
--- 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