[llvm-commits] [llvm] r63861 - /llvm/trunk/tools/gold/Makefile
Duncan Sands
baldrick at free.fr
Thu Feb 5 02:21:43 PST 2009
Author: baldrick
Date: Thu Feb 5 04:21:34 2009
New Revision: 63861
URL: http://llvm.org/viewvc/llvm-project?rev=63861&view=rev
Log:
Revert the previous commit. It seems it didn't
really solve the problem. Also it changed the
name from libLLVMgold to LLVMgold (correcting
the name resulted in the original problem
suddenly reappearing).
Modified:
llvm/trunk/tools/gold/Makefile
Modified: llvm/trunk/tools/gold/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/gold/Makefile?rev=63861&r1=63860&r2=63861&view=diff
==============================================================================
--- llvm/trunk/tools/gold/Makefile (original)
+++ llvm/trunk/tools/gold/Makefile Thu Feb 5 04:21:34 2009
@@ -15,7 +15,11 @@
# 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
More information about the llvm-commits
mailing list