From 13460c9bd6bf08dfc68cc36e72e02e8198a97eca Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Wed, 26 Oct 2011 02:28:32 +0000 Subject: 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 --- Makefile.config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.config.in') 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@ -- cgit v1.2.3