git: 64f6c8d616b9 - stable/13 - Mark LLDB/CLANG_BOOTSTRAP/LLD_BOOTSTRAP as broken on non-FreeBSD for now

Alex Richardson arichardson at FreeBSD.org
Wed Aug 18 08:54:25 UTC 2021


The branch stable/13 has been updated by arichardson:

URL: https://cgit.FreeBSD.org/src/commit/?id=64f6c8d616b95a6ca153dd7d9e07bad3cf86e51f

commit 64f6c8d616b95a6ca153dd7d9e07bad3cf86e51f
Author:     Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-08-17 16:44:40 +0000
Commit:     Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-08-18 08:34:19 +0000

    Mark LLDB/CLANG_BOOTSTRAP/LLD_BOOTSTRAP as broken on non-FreeBSD for now
    
    I enabled these options again in 31ba4ce8898f9dfa5e7f054fdbc26e50a599a6e3,
    but unfortunately only my specific build configuration worked whereas the
    build with default options is still broken.
    
    (cherry picked from commit d9f25575a29ff7c83f226349a10a37b9aaf75ad5)
---
 share/mk/src.opts.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 7d08b6a1da89..6fb8c6c855a1 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -359,6 +359,13 @@ __DEFAULT_YES_OPTIONS+=OPENMP
 __DEFAULT_NO_OPTIONS+=OPENMP
 .endif
 
+.if ${.MAKE.OS} != "FreeBSD"
+# Bootstrapping the toolchain and building LLDB currently results in build
+# failures non-FreeBSD, so disable these options until the fixes that are
+# currently under review have landed.
+BROKEN_OPTIONS+=LLDB CLANG_BOOTSTRAP LLD_BOOTSTRAP
+.endif
+
 .include <bsd.mkopt.mk>
 
 #


More information about the dev-commits-src-all mailing list