Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140983880
D31531.id93653.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D31531.id93653.diff
View Options
Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ Makefile.inc1
@@ -727,7 +727,6 @@
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 @@
XMAKE= ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
MK_CLANG_IS_CC=${MK_CLANG_BOOTSTRAP} \
+ MK_LLDB=no \
MK_TESTS=no
# kernel-tools stage
Index: targets/pseudo/bootstrap-tools/Makefile
===================================================================
--- targets/pseudo/bootstrap-tools/Makefile
+++ targets/pseudo/bootstrap-tools/Makefile
@@ -48,7 +48,6 @@
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 @@
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}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 31, 10:14 AM (3 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27408525
Default Alt Text
D31531.id93653.diff (1 KB)
Attached To
Mode
D31531: Fix bootstrapping to actually build lldb-tblgen for later use
Attached
Detach File
Event Timeline
Log In to Comment