mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 16:42:07 +00:00
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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63861 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
105de28dab
commit
7a2e7e5c20
@ -15,7 +15,11 @@ LIBRARYNAME = LLVMgold
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user