aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-31 22:11:33 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-31 22:11:33 +0000
commit1c1655a3018d34a38dbe35b74a9ff7e7fd95a431 (patch)
tree7baba8aeb8a0a354b14551db85697c3a117d273f
parent7e64db23d0c56a3c62002a88a4ee8cd152cf8b1a (diff)
downloadbusybox-w32-1c1655a3018d34a38dbe35b74a9ff7e7fd95a431.tar.gz
busybox-w32-1c1655a3018d34a38dbe35b74a9ff7e7fd95a431.tar.bz2
busybox-w32-1c1655a3018d34a38dbe35b74a9ff7e7fd95a431.zip
move -s from LDFLAGS to STRIPCMD
-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)
170else 170else
171 CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG 171 CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG
172 LDFLAGS += -Wl,-warn-common 172 LDFLAGS += -Wl,-warn-common
173 STRIPCMD:=$(STRIP) --remove-section=.note --remove-section=.comment 173 STRIPCMD:=$(STRIP) -s --remove-section=.note --remove-section=.comment
174endif 174endif
175ifeq ($(strip $(CONFIG_STATIC)),y) 175ifeq ($(strip $(CONFIG_STATIC)),y)
176 LDFLAGS += --static 176 LDFLAGS += --static