diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-08-17 16:44:40 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-08-18 08:34:19 +0000 |
| commit | 64f6c8d616b95a6ca153dd7d9e07bad3cf86e51f (patch) | |
| tree | e905ffe081a173a8fc6fef118330893e797fddb6 | |
| parent | ba91a76793d9a385e53d8bed00c0da806a5a60e7 (diff) | |
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)
| -rw-r--r-- | share/mk/src.opts.mk | 7 |
1 files changed, 7 insertions, 0 deletions
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> # |
