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