Ensure MK_LDD for bootstrap-tools matches MK_LLD_BOOTSTRAP.
This fixes building libllvmminimal with MK_LLD support when WITHOUT_LLD or WITHOUT_TOOLCHAIN are set, which are install flags not build tools flags. Reported by: sbruno Tested by: sbruno Sponsored by: Dell EMC
This commit is contained in:
parent
4fd54ea828
commit
fe8be58826
@ -537,6 +537,7 @@ BSARGS= DESTDIR= \
|
|||||||
-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
|
-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
|
||||||
MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
|
MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
|
||||||
MK_LLDB=no MK_TESTS=no \
|
MK_LLDB=no MK_TESTS=no \
|
||||||
|
MK_LLD=${MK_LLD_BOOTSTRAP} \
|
||||||
MK_INCLUDES=yes
|
MK_INCLUDES=yes
|
||||||
|
|
||||||
BMAKE= \
|
BMAKE= \
|
||||||
|
Loading…
Reference in New Issue
Block a user