From 49c193cc74884347f68c8cb9a526861227a120de Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 10 Sep 2010 06:26:57 +0000 Subject: [PATCH] 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(-) diff --git a/tools/gold/Makefile b/tools/gold/Makefile index 16273468107..82a4e39cdae 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 -- 2.34.1