diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-31 22:11:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-31 22:11:33 +0000 |
commit | 1c1655a3018d34a38dbe35b74a9ff7e7fd95a431 (patch) | |
tree | 7baba8aeb8a0a354b14551db85697c3a117d273f /Rules.mak | |
parent | 7e64db23d0c56a3c62002a88a4ee8cd152cf8b1a (diff) |
move -s from LDFLAGS to STRIPCMD
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |