projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f071d4e
)
liblto and gold don't need to be built in serial
author
Chris Lattner
<sabre@nondot.org>
Fri, 5 Mar 2010 00:54:45 +0000
(
00:54
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 5 Mar 2010 00:54:45 +0000
(
00:54
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97770
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index b6637a95f8e37104d62eafe0f37014eaab823073..2db84c6422f79cd17a919d46d2c4f5f84658cd00 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-33,15
+33,15
@@
endif
include $(LEVEL)/Makefile.config
ifeq ($(ENABLE_PIC),1)
- DIRS += lto
+
PARALLEL_
DIRS += lto
ifdef BINUTILS_INCDIR
- DIRS += gold
+
PARALLEL_
DIRS += gold
endif
endif
# No support for lto / gold on windows targets
ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW))
- DIRS := $(filter-out lto gold, $(DIRS))
+
PARALLEL_
DIRS := $(filter-out lto gold, $(DIRS))
endif
# Only build edis if X86 target support is enabled.