mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Remove ARM for the moment since it is a work in progress.
llvm-svn: 29495
This commit is contained in:
parent
9cc4c00c10
commit
5cac3e0195
@ -53,12 +53,6 @@ ifneq ($(strip $(filter IA64,$(TARGETS_TO_BUILD))),)
|
||||
USEDLIBS += LLVMIA64
|
||||
endif
|
||||
|
||||
#Check for ARM Target
|
||||
ifneq ($(strip $(filter ARM,$(TARGETS_TO_BUILD))),)
|
||||
USEDLIBS += LLVMARM
|
||||
endif
|
||||
|
||||
|
||||
USEDLIBS += LLVMSelectionDAG.a LLVMCodeGen.a LLVMipo.a \
|
||||
LLVMTransforms.a LLVMScalarOpts.a LLVMipa.a LLVMTransformUtils.a LLVMAnalysis.a \
|
||||
LLVMTarget.a LLVMBCReader.a LLVMBCWriter.a LLVMSystem.a LLVMLinker.a LLVMCore.a \
|
||||
|
Loading…
Reference in New Issue
Block a user