summaryrefslogtreecommitdiff
path: root/tools/gold/Makefile
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-02-05 09:54:02 +0000
committerDuncan Sands <baldrick@free.fr>2009-02-05 09:54:02 +0000
commit105de28dabdc79486afab046ebe2aff45fd86236 (patch)
treebf0ab3b58028cc154a66619f0a3c3a56a6ecde39 /tools/gold/Makefile
parent740854bb1974642af77bec5e7f835e15115ad639 (diff)
downloadllvm-105de28dabdc79486afab046ebe2aff45fd86236.tar.gz
llvm-105de28dabdc79486afab046ebe2aff45fd86236.tar.bz2
llvm-105de28dabdc79486afab046ebe2aff45fd86236.tar.xz
Stop llvm-config thinking that there are circular
dependencies between libraries due to __dso_handle when doing "make install". I don't know what the LINK_COMPONENTS stuff is about, so I left it alone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gold/Makefile')
-rw-r--r--tools/gold/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/gold/Makefile b/tools/gold/Makefile
index 37a7e4ef7f..b976b2d7f6 100644
--- a/tools/gold/Makefile
+++ b/tools/gold/Makefile
@@ -15,11 +15,7 @@ LIBRARYNAME = LLVMgold
# early so we can set up LINK_COMPONENTS before including Makefile.rules
include $(LEVEL)/Makefile.config
-LINK_LIBS_IN_SHARED=1
-SHARED_LIBRARY = 1
-BUILD_ARCHIVE = 0
-DONT_BUILD_RELINKED = 1
-
+LOADABLE_MODULE = 1
LINK_COMPONENTS :=
include $(LEVEL)/Makefile.common