From f3a5ba548f7cd890d428c76565300d1c1b687981 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Oct 2011 00:52:13 +0000 Subject: 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 --- Makefile.config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.config.in') diff --git a/Makefile.config.in b/Makefile.config.in index 3961cc9..8520481 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@ -- cgit v1.1