mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove obsolete CORE_IS_ARCHIVE stuff.
llvm-svn: 28648
This commit is contained in:
parent
2e015da996
commit
bc5c91bb42
@ -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…
x
Reference in New Issue
Block a user