forked from OSchip/llvm-project
Remove ARM for the moment since it is a work in progress.
llvm-svn: 29495
This commit is contained in:
parent
36839b8637
commit
d615e20ef3
|
@ -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