Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-01 02:11:33 +0400
committerMike Frysinger <vapier@gentoo.org>2005-08-01 02:11:33 +0400
commit1c1655a3018d34a38dbe35b74a9ff7e7fd95a431 (patch)
tree7baba8aeb8a0a354b14551db85697c3a117d273f /Rules.mak
parent7e64db23d0c56a3c62002a88a4ee8cd152cf8b1a (diff)
move -s from LDFLAGS to STRIPCMD
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 66edaca9f..442f0fba0 100644
--- 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