summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 54c378054b..657586ea29 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -531,7 +531,7 @@ endif
ifndef KEEP_SYMBOLS
Strip := $(PLATFORMSTRIPOPTS)
StripWarnMsg := "(without symbols)"
- Install.StripFlag += -s
+ Install.StripFlag += -s --strip-program=$(STRIP)
endif
ifdef TOOL_NO_EXPORTS