diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-05 16:11:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-05 16:11:52 +0000 |
commit | 6d1cf76c971db8c5bb40f69bd5b1ce0930254f47 (patch) | |
tree | 1d80c7a459e55eac172132bc725d451a38abd48e /llvm/lib | |
parent | f5a15dd9da014a1585addb27729cccce3fd04244 (diff) | |
download | bcm5719-llvm-6d1cf76c971db8c5bb40f69bd5b1ce0930254f47.tar.gz bcm5719-llvm-6d1cf76c971db8c5bb40f69bd5b1ce0930254f47.zip |
the arm backend is not building, temporarily disable it.
llvm-svn: 37911
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Makefile b/llvm/lib/Target/Makefile index 8b75294c5b6..db010df4b41 100644 --- a/llvm/lib/Target/Makefile +++ b/llvm/lib/Target/Makefile @@ -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 |