From fe8be58826d91f5b80b50bac161b727bd4ea9846 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 12 Jan 2018 20:40:27 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 3c643c5d5f27..54c2c2d03bc5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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= \