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:
0e4690d
)
Yann E. Morin spotted a broken check_ld macro.
author
Rob Landley
<rob@landley.net>
Sun, 20 Aug 2006 23:13:33 +0000
(23:13 -0000)
committer
Rob Landley
<rob@landley.net>
Sun, 20 Aug 2006 23:13:33 +0000
(23:13 -0000)
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index 7af51a798f96d376983768db7ef5149c80654c0a..85c707c56be3efe19533ed1e9dd0353612cdf88d 100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-267,7
+267,7
@@
ifeq ($(strip $(CONFIG_DEBUG)),y)
else
CFLAGS +=-DNDEBUG
CHECKED_LDFLAGS += $(call check_ld,$(LD),--sort-common,)
- CHECKED_LDFLAGS += $(call check_ld,--gc-sections,)
+ CHECKED_LDFLAGS += $(call check_ld,
$(LD),
--gc-sections,)
endif
ifneq ($(strip $(CONFIG_DEBUG_PESSIMIZE)),y)