Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2021 16:45:23 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d9f25575a29f - main - Mark LLDB/CLANG_BOOTSTRAP/LLD_BOOTSTRAP as broken on non-FreeBSD for now
Message-ID:  <202108171645.17HGjNL3012769@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arichardson:

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

commit d9f25575a29ff7c83f226349a10a37b9aaf75ad5
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-08-17 16:44:40 +0000
Commit:     Alex Richardson <arichardson@FreeBSD.org>
CommitDate: 2021-08-17 16:44:52 +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.
---
 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 bd360dd1ad29..e4427cb637a1 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -360,6 +360,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>
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108171645.17HGjNL3012769>