From f3a5ba548f7cd890d428c76565300d1c1b687981 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Oct 2011 00:52:13 +0000 Subject: Search for and use the strip program and pass it to install for it to use for stripping final executables. Patch by Simon Atanasyan! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142997 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 54c3780..657586e 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 -- cgit v1.1