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.config.in | |
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.config.in')
-rw-r--r-- | Makefile.config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 8520481582..3961cc96c7 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -149,9 +149,6 @@ LDFLAGS+=@LDFLAGS@ AR_PATH = @AR@ AR = @AR@ -# Path to the strip program, -STRIP = @STRIP@ - # Path to the nm program NM_PATH = @NM@ |