the arm backend is not building, temporarily disable it.
authorChris Lattner <sabre@nondot.org>
Thu, 5 Jul 2007 16:11:52 +0000 (16:11 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Jul 2007 16:11:52 +0000 (16:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37911 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Makefile

index 8b75294c5b65ed64b18e3c9231e865c32ecfe304..db010df4b4107214b50251f75910c12d7c744322 100644 (file)
@@ -15,7 +15,7 @@ BUILD_ARCHIVE = 1
 # value for PARALLEL_DIRS which must be set before Makefile.rules is included
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS := $(TARGETS_TO_BUILD)
+PARALLEL_DIRS := $(filter-out ARM, $(TARGETS_TO_BUILD))
 
 include $(LLVM_SRC_ROOT)/Makefile.rules