mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
Remove obsolete CORE_IS_ARCHIVE stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c929c66756
commit
117f8cd896
@ -643,14 +643,6 @@ endif
|
||||
# (defined by the user's project) and "LLVM" libs (defined
|
||||
# by the # LLVM project).
|
||||
#---------------------------------------------------------
|
||||
# Some versions of gcc on Alpha produce too many symbols, so use a .a file
|
||||
ifeq ($(ARCH),Alpha)
|
||||
USEDLIBS := $(subst LLVMCore, LLVMCore.a, $(USEDLIBS))
|
||||
LLVMLIBS := $(subst LLVMCore, LLVMCore.a, $(LLVMLIBS))
|
||||
CORE_IS_ARCHIVE := 1
|
||||
else
|
||||
CORE_IS_ARCHIVE := 0
|
||||
endif
|
||||
|
||||
ProjLibsOptions := $(patsubst %.a.o, -l%, $(addsuffix .o, $(USEDLIBS)))
|
||||
ProjLibsOptions := $(patsubst %.o, $(LibDir)/%.o, $(ProjLibsOptions))
|
||||
|
Loading…
Reference in New Issue
Block a user