diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-08-24 13:59:04 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2021-08-24 14:04:25 +0000 |
| commit | 1e4c802913af619ac15741bbd276e1141ca17dc9 (patch) | |
| tree | e72bc585676580d3803fc1ade351930cc24ef68a /targets/pseudo | |
| parent | ab3a18095faebe306989f25288c44968f4144063 (diff) | |
Diffstat (limited to 'targets/pseudo')
| -rw-r--r-- | targets/pseudo/bootstrap-tools/Makefile | 3 |
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} |
