summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-26 00:52:13 +0000
committerEric Christopher <echristo@apple.com>2011-10-26 00:52:13 +0000
commitf3a5ba548f7cd890d428c76565300d1c1b687981 (patch)
treee82caefc0ed92b5aafbf4d36d29f45c7739b815c /Makefile.config.in
parent360fa9a29d65b6c9b69fb2ba9712d69098cfca13 (diff)
downloadllvm-f3a5ba548f7cd890d428c76565300d1c1b687981.tar.gz
llvm-f3a5ba548f7cd890d428c76565300d1c1b687981.tar.bz2
llvm-f3a5ba548f7cd890d428c76565300d1c1b687981.tar.xz
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
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 3961cc96c7..8520481582 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -149,6 +149,9 @@ LDFLAGS+=@LDFLAGS@
AR_PATH = @AR@
AR = @AR@
+# Path to the strip program,
+STRIP = @STRIP@
+
# Path to the nm program
NM_PATH = @NM@