projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e64db2
)
move -s from LDFLAGS to STRIPCMD
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Jul 2005 22:11:33 +0000
(22:11 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Jul 2005 22:11:33 +0000
(22:11 -0000)
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index
66edaca
..
442f0fb
100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-170,7
+170,7
@@
ifeq ($(strip $(CONFIG_DEBUG)),y)
else
CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG
LDFLAGS += -Wl,-warn-common
- STRIPCMD:=$(STRIP) --remove-section=.note --remove-section=.comment
+ STRIPCMD:=$(STRIP) -
s -
-remove-section=.note --remove-section=.comment
endif
ifeq ($(strip $(CONFIG_STATIC)),y)
LDFLAGS += --static