mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 05:27:43 +00:00
the arm backend is not building, temporarily disable it.
llvm-svn: 37911
This commit is contained in:
parent
aba2f3de85
commit
ff6104f9d5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user