diff options
author | Charles Davis <cdavis@mines.edu> | 2011-10-26 02:28:32 +0000 |
---|---|---|
committer | Charles Davis <cdavis@mines.edu> | 2011-10-26 02:28:32 +0000 |
commit | 13460c9bd6bf08dfc68cc36e72e02e8198a97eca (patch) | |
tree | bae98b44d3e71954699d3f0a3b7e6af2dbc8deec /Makefile.rules | |
parent | 794439183a29102c784484720c3d0b1960b297e6 (diff) |
Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD
version of the install program, which does not have the --strip-program
switch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143009 91177308-0d34-0410-b5e6-96231b3b80d8
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 |