Revert the previous commit. It seems it didn't
authorDuncan Sands <baldrick@free.fr>
Thu, 5 Feb 2009 10:21:34 +0000 (10:21 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 5 Feb 2009 10:21:34 +0000 (10:21 +0000)
really solve the problem.  Also it changed the
name from libLLVMgold to LLVMgold (correcting
the name resulted in the original problem
suddenly reappearing).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63861 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gold/Makefile

index b976b2d7f667f2f727cbf953bacdffdea62327f9..37a7e4ef7fcbb31771bfb903e6ce99b1575ae9ca 100644 (file)
@@ -15,7 +15,11 @@ LIBRARYNAME = LLVMgold
 # early so we can set up LINK_COMPONENTS before including Makefile.rules
 include $(LEVEL)/Makefile.config
 
-LOADABLE_MODULE = 1
+LINK_LIBS_IN_SHARED=1
+SHARED_LIBRARY = 1
+BUILD_ARCHIVE = 0
+DONT_BUILD_RELINKED = 1
+
 LINK_COMPONENTS :=
 
 include $(LEVEL)/Makefile.common