Remove ARM for the moment since it is a work in progress.

llvm-svn: 29495
This commit is contained in:
Devang Patel 2006-08-03 16:14:09 +00:00
parent 36839b8637
commit d615e20ef3
1 changed files with 0 additions and 6 deletions

View File

@ -53,12 +53,6 @@ ifneq ($(strip $(filter IA64,$(TARGETS_TO_BUILD))),)
USEDLIBS += LLVMIA64 USEDLIBS += LLVMIA64
endif endif
#Check for ARM Target
ifneq ($(strip $(filter ARM,$(TARGETS_TO_BUILD))),)
USEDLIBS += LLVMARM
endif
USEDLIBS += LLVMSelectionDAG.a LLVMCodeGen.a LLVMipo.a \ USEDLIBS += LLVMSelectionDAG.a LLVMCodeGen.a LLVMipo.a \
LLVMTransforms.a LLVMScalarOpts.a LLVMipa.a LLVMTransformUtils.a LLVMAnalysis.a \ LLVMTransforms.a LLVMScalarOpts.a LLVMipa.a LLVMTransformUtils.a LLVMAnalysis.a \
LLVMTarget.a LLVMBCReader.a LLVMBCWriter.a LLVMSystem.a LLVMLinker.a LLVMCore.a \ LLVMTarget.a LLVMBCReader.a LLVMBCWriter.a LLVMSystem.a LLVMLinker.a LLVMCore.a \