diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-09-10 06:26:57 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-09-10 06:26:57 +0000 |
commit | 49c193cc74884347f68c8cb9a526861227a120de (patch) | |
tree | 8f813c4789c1256e260a8b0eef3e9dcf5b28d158 /tools/gold | |
parent | 3dc0bb3afd44721c92bf1ae804faaac6a02db1be (diff) | |
download | external_llvm-49c193cc74884347f68c8cb9a526861227a120de.zip external_llvm-49c193cc74884347f68c8cb9a526861227a120de.tar.gz external_llvm-49c193cc74884347f68c8cb9a526861227a120de.tar.bz2 |
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
Diffstat (limited to 'tools/gold')
-rw-r--r-- | tools/gold/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |