commit | 1c1655a3018d34a38dbe35b74a9ff7e7fd95a431 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Jul 31 22:11:33 2005 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Jul 31 22:11:33 2005 +0000 |
tree | 7baba8aeb8a0a354b14551db85697c3a117d273f | |
parent | 7e64db23d0c56a3c62002a88a4ee8cd152cf8b1a [diff] [blame] |
move -s from LDFLAGS to STRIPCMD
diff --git a/Rules.mak b/Rules.mak index 66edaca..442f0fb 100644 --- a/Rules.mak +++ b/Rules.mak
@@ -170,7 +170,7 @@ 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