forked from OSchip/llvm-project
Targets are independent of each other, so compile them in parallel
llvm-svn: 16351
This commit is contained in:
parent
59d448f15e
commit
2d01db846b
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
DIRS = CBackend X86 SparcV9 PowerPC Skeleton
|
PARALLEL_DIRS = CBackend X86 SparcV9 PowerPC Skeleton
|
||||||
LIBRARYNAME = target
|
LIBRARYNAME = target
|
||||||
BUILD_ARCHIVE = 1
|
BUILD_ARCHIVE = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue