aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2011-10-26 02:28:32 +0000
committerCharles Davis <cdavis@mines.edu>2011-10-26 02:28:32 +0000
commit13460c9bd6bf08dfc68cc36e72e02e8198a97eca (patch)
treebae98b44d3e71954699d3f0a3b7e6af2dbc8deec /Makefile.rules
parent794439183a29102c784484720c3d0b1960b297e6 (diff)
downloadexternal_llvm-13460c9bd6bf08dfc68cc36e72e02e8198a97eca.zip
external_llvm-13460c9bd6bf08dfc68cc36e72e02e8198a97eca.tar.gz
external_llvm-13460c9bd6bf08dfc68cc36e72e02e8198a97eca.tar.bz2
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.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 657586e..54c3780 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