X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=rules.mk;h=ca27583d27ee2678ccc62443c74d3782492790b0;hb=2953d3c15677558fa45231ab31e8d4af4be11c63;hp=1cedd91aa8df23d7b0cf35ccae57dc7f82a8b2b1;hpb=21ab20bc64f5608d9341b1878fa1c5a569b471d5;p=openwrt%2Fstaging%2Fhauke.git diff --git a/rules.mk b/rules.mk index 1cedd91aa8..ca27583d27 100644 --- a/rules.mk +++ b/rules.mk @@ -330,7 +330,7 @@ else STRIP:=$(TARGET_CROSS)strip $(call qstrip,$(CONFIG_STRIP_ARGS)) else ifneq ($(CONFIG_USE_SSTRIP),) - STRIP:=$(STAGING_DIR_HOST)/bin/sstrip $(call qstrip,$(CONFIG_SSTRIP_ARGS)) + STRIP:=$(STAGING_DIR_HOST)/bin/sstrip $(if $(CONFIG_SSTRIP_DISCARD_TRAILING_ZEROES),-z) endif endif RSTRIP= \