[llvm-commits] [llvm] r63860 - /llvm/trunk/tools/gold/Makefile
Duncan Sands
baldrick at free.fr
Thu Feb 5 01:54:03 PST 2009
Author: baldrick
Date: Thu Feb 5 03:54:02 2009
New Revision: 63860
URL: http://llvm.org/viewvc/llvm-project?rev=63860&view=rev
Log:
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.
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=63860&r1=63859&r2=63860&view=diff
==============================================================================
--- llvm/trunk/tools/gold/Makefile (original)
+++ llvm/trunk/tools/gold/Makefile Thu Feb 5 03:54:02 2009
@@ -15,11 +15,7 @@
# 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
More information about the llvm-commits
mailing list