diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-01-22 08:12:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-01-22 08:12:20 +0000 |
commit | 9cc33cbbe650e6b0284713375158195fc5759b4d (patch) | |
tree | 6e8a2f6dd9c606a4c1c4f395b4ac7d693b14ba2f /rules.mk | |
parent | cc6be25a60abcc661ae6ac29b0ccc000630148f1 (diff) | |
download | upstream-9cc33cbbe650e6b0284713375158195fc5759b4d.tar.gz upstream-9cc33cbbe650e6b0284713375158195fc5759b4d.tar.bz2 upstream-9cc33cbbe650e6b0284713375158195fc5759b4d.zip |
add a config item to specify arguments to strip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ ifneq ($(CONFIG_NO_STRIP),) STRIP:=: else ifneq ($(CONFIG_USE_STRIP),) - STRIP:=$(TARGET_CROSS)strip + STRIP:=$(TARGET_CROSS)strip $(call qstrip,$(CONFIG_STRIP_ARGS)) else ifneq ($(CONFIG_USE_SSTRIP),) STRIP:=$(STAGING_DIR_HOST)/bin/sstrip |