summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-01 17:32:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-01 17:32:01 +0000
commitb6a2729be1493eeaca381a485e1fab7104ccf225 (patch)
tree2849d110e27cb7c921133b05bf31a2b38b9a9908 /package/Makefile.in
parent52ada109c483df12f0c64ddd2724208bd68912b9 (diff)
downloadbuildroot-novena-b6a2729be1493eeaca381a485e1fab7104ccf225.tar.gz
buildroot-novena-b6a2729be1493eeaca381a485e1fab7104ccf225.zip
- cosmetic cleanup
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 8adce8545..7d9a891f2 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -89,12 +89,12 @@ TARGET_RANLIB=$(TARGET_CROSS)ranlib
TARGET_LDCONFIG=$(TARGET_CROSS)ldconfig
INSTALL=/usr/bin/install
ifeq ($(BR2_STRIP_strip),y)
-STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
STRIP_DISCARD_ALL:=--discard-all
STRIP_STRIP_UNNEEDED:=--strip-unneeded
STRIP_STRIP_ALL:=--strip-all
REMOVE_SECTION_COMMENT:=--remove-section=.comment
REMOVE_SECTION_NOTE:=--remove-section=.note
+STRIP=$(TARGET_CROSS)strip $(REMOVE_SECTION_COMMENT) $(REMOVE_SECTION_NOTE)
endif
ifeq ($(BR2_STRIP_sstrip),y)
STRIP=$(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-sstrip