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:
Bryan Drewery 2018-01-12 20:40:27 +00:00
parent 4fd54ea828
commit fe8be58826
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327892

View File

@ -537,6 +537,7 @@ BSARGS= DESTDIR= \
-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
MK_LLDB=no MK_TESTS=no \
MK_LLD=${MK_LLD_BOOTSTRAP} \
MK_INCLUDES=yes
BMAKE= \