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.

llvm-svn: 63860
This commit is contained in:
Duncan Sands 2009-02-05 09:54:02 +00:00
parent cea3af4e54
commit 4dd55167ab
1 changed files with 1 additions and 5 deletions

View File

@ -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