summaryrefslogtreecommitdiff
path: root/tools/lto/Makefile
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-01-03 01:48:26 +0000
committerBill Wendling <isanbard@gmail.com>2009-01-03 01:48:26 +0000
commit93d9ad567d575ff3fcebf3feea9dae123cd1f10d (patch)
treed116bf6cbbb280152b6a60b793b33fd909cd273d /tools/lto/Makefile
parent3aec908be17e3e55bbe36c0f54f3021df782f010 (diff)
downloadllvm-93d9ad567d575ff3fcebf3feea9dae123cd1f10d.tar.gz
llvm-93d9ad567d575ff3fcebf3feea9dae123cd1f10d.tar.bz2
llvm-93d9ad567d575ff3fcebf3feea9dae123cd1f10d.tar.xz
Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto/Makefile')
-rw-r--r--tools/lto/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lto/Makefile b/tools/lto/Makefile
index 980a8b620f..69014d781f 100644
--- a/tools/lto/Makefile
+++ b/tools/lto/Makefile
@@ -18,7 +18,6 @@ include $(LEVEL)/Makefile.config
LINK_LIBS_IN_SHARED = 1
ifeq ($(OS),Darwin)
SHARED_LIBRARY = 1
- BUILD_ARCHIVE = 0
DONT_BUILD_RELINKED = 1
else
BUILD_ARCHIVE = 1
@@ -49,5 +48,4 @@ ifeq ($(OS),Darwin)
-Wl,-install_name \
-Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)"
endif
-
endif