1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 078ac6071d
commit 9ae3dee83e

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