summaryrefslogtreecommitdiff
path: root/tools/lto/Makefile
diff options
context:
space:
mode:
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