OSDN Git Service

Remove ARM for the moment since it is a work in progress.
authorDevang Patel <dpatel@apple.com>
Thu, 3 Aug 2006 16:14:09 +0000 (16:14 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 3 Aug 2006 16:14:09 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29495 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/Makefile

index ef6102c..a731f2b 100644 (file)
@@ -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 \