mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Attempt to fix random build failures seen when doing highly
parallel builds: the gold plugin fails to link because the lto library is in the middle of being written out by the linker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bfc9999563
commit
7ebc3777de
@ -42,8 +42,7 @@ ifeq ($(ENABLE_PIC),1)
|
|||||||
# gold only builds if binutils is around. It requires "lto" to build before
|
# gold only builds if binutils is around. It requires "lto" to build before
|
||||||
# it so it is added to DIRS.
|
# it so it is added to DIRS.
|
||||||
ifdef BINUTILS_INCDIR
|
ifdef BINUTILS_INCDIR
|
||||||
PARALLEL_DIRS += gold
|
DIRS += lto gold
|
||||||
DIRS += lto
|
|
||||||
else
|
else
|
||||||
PARALLEL_DIRS += lto
|
PARALLEL_DIRS += lto
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user