mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 17:47:58 +00:00
liblto and gold don't need to be built in serial
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97770 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f071d4efeb
commit
f6dc18f9eb
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user