From 49c193cc74884347f68c8cb9a526861227a120de Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi <geek4civic@gmail.com> Date: Fri, 10 Sep 2010 06:26:57 +0000 Subject: Don't build redundant libLLVMgold.a. Building archive would be executed due to definition of BUILD_ARCHIVE, even if BUILD_ARCHIVE = "0". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113578 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gold/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/gold') diff --git a/tools/gold/Makefile b/tools/gold/Makefile index 1627346..82a4e39 100644 --- a/tools/gold/Makefile +++ b/tools/gold/Makefile @@ -19,7 +19,6 @@ include $(LEVEL)/Makefile.config LINK_LIBS_IN_SHARED=1 SHARED_LIBRARY = 1 -BUILD_ARCHIVE = 0 LOADABLE_MODULE = 1 LINK_COMPONENTS := support system -- cgit v1.1