aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2021-08-24 13:59:04 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2021-09-07 12:08:18 +0000
commite515dd81ff4f5d8b8b642078ceff54086b5cb7c0 (patch)
treee2df7a3150dbec40314009e13dde082aaec075a7 /targets
parent92f73068bf695960c884a44bf31f972305f947bf (diff)
downloadsrc-e515dd81ff4f5d8b8b642078ceff54086b5cb7c0.tar.gz
src-e515dd81ff4f5d8b8b642078ceff54086b5cb7c0.zip
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile3
1 files changed, 1 insertions, 2 deletions
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}