mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15,11 +15,7 @@ LIBRARYNAME = LLVMgold
|
|||||||
# early so we can set up LINK_COMPONENTS before including Makefile.rules
|
# early so we can set up LINK_COMPONENTS before including Makefile.rules
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
LINK_LIBS_IN_SHARED=1
|
LOADABLE_MODULE = 1
|
||||||
SHARED_LIBRARY = 1
|
|
||||||
BUILD_ARCHIVE = 0
|
|
||||||
DONT_BUILD_RELINKED = 1
|
|
||||||
|
|
||||||
LINK_COMPONENTS :=
|
LINK_COMPONENTS :=
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Reference in New Issue
Block a user