summaryrefslogtreecommitdiff
path: root/Makefile.config.in
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.config.in
parent794439183a29102c784484720c3d0b1960b297e6 (diff)
downloadllvm-13460c9bd6bf08dfc68cc36e72e02e8198a97eca.tar.gz
llvm-13460c9bd6bf08dfc68cc36e72e02e8198a97eca.tar.bz2
llvm-13460c9bd6bf08dfc68cc36e72e02e8198a97eca.tar.xz
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.in3
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@