mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 03:26:34 +00:00
make SparcV8 and V9 seperately configurable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09552bff8d
commit
705b9e55f2
@ -29,16 +29,20 @@ USEDLIB += LLVMSkeleton
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Check for Sparc target
|
# Check for Sparc target
|
||||||
ifneq ($(strip $(filter SparcV8,$(TARGETS_TO_BUILD))),)
|
ifneq ($(strip $(filter SparcV9,$(TARGETS_TO_BUILD))),)
|
||||||
USEDLIBS += \
|
USEDLIBS += \
|
||||||
LLVMSparcV9ModuloSched \
|
LLVMSparcV9ModuloSched \
|
||||||
LLVMSparcV8 \
|
|
||||||
LLVMSparcV9 \
|
LLVMSparcV9 \
|
||||||
LLVMSparcV9RegAlloc \
|
LLVMSparcV9RegAlloc \
|
||||||
LLVMSparcV9InstrSched \
|
LLVMSparcV9InstrSched \
|
||||||
LLVMSparcV9LiveVar
|
LLVMSparcV9LiveVar
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(strip $(filter SparcV8,$(TARGETS_TO_BUILD))),)
|
||||||
|
USEDLIBS += LLVMSparcV8
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
#Check for X86 Target
|
#Check for X86 Target
|
||||||
ifneq ($(strip $(filter X86,$(TARGETS_TO_BUILD))),)
|
ifneq ($(strip $(filter X86,$(TARGETS_TO_BUILD))),)
|
||||||
USEDLIBS += LLVMX86
|
USEDLIBS += LLVMX86
|
||||||
|
Loading…
x
Reference in New Issue
Block a user