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:
Duncan Sands 2009-02-05 10:21:34 +00:00
parent 105de28dab
commit 7a2e7e5c20

View File

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