aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2021-08-24 13:59:04 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2021-08-24 14:04:25 +0000
commit1e4c802913af619ac15741bbd276e1141ca17dc9 (patch)
treee72bc585676580d3803fc1ade351930cc24ef68a
parentab3a18095faebe306989f25288c44968f4144063 (diff)
-rw-r--r--Makefile.inc12
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 604fef201c48..b59c1913f8ce 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -727,7 +727,6 @@ BSARGS= DESTDIR= \
MK_CLANG_FORMAT=no \
MK_CLANG_FULL=no \
MK_HTML=no \
- MK_LLDB=no \
MK_MAN=no \
MK_PROFILE=no \
MK_RETPOLINE=no \
@@ -771,6 +770,7 @@ TMAKE= \
XMAKE= ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
MK_CLANG_IS_CC=${MK_CLANG_BOOTSTRAP} \
+ MK_LLDB=no \
MK_TESTS=no
# kernel-tools stage
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile
index 3ac47053a388..d5545f082283 100644
--- a/targets/pseudo/bootstrap-tools/Makefile
+++ b/targets/pseudo/bootstrap-tools/Makefile
@@ -48,7 +48,6 @@ BSARGS= DESTDIR= \
MK_CLANG_FORMAT=no \
MK_CLANG_FULL=no \
MK_HTML=no \
- MK_LLDB=no \
MK_MAN=no \
MK_PROFILE=no \
MK_RETPOLINE=no \
@@ -59,7 +58,7 @@ BSARGS= DESTDIR= \
MK_MAN_UTILS=yes
# We will handle building the toolchain and cross-compiler.
-BSARGS+= MK_CROSS_COMPILER=no MK_CLANG=no
+BSARGS+= MK_CROSS_COMPILER=no MK_CLANG=no MK_LLDB=no
DISTRIB_ENV= INSTALL="sh ${SRCTOP}/tools/install.sh" NO_FSCHG=1 MK_TESTS=no
legacy: .MAKE ${META_DEPS}