Skip to content

Commit

Permalink
Mark LLDB/CLANG_BOOTSTRAP/LLD_BOOTSTRAP as broken on non-FreeBSD for now
Browse files Browse the repository at this point in the history
I enabled these options again in 31ba4ce,
but unfortunately only my specific build configuration worked whereas the
build with default options is still broken.
  • Loading branch information
arichardson committed Aug 17, 2021
1 parent 0e92585 commit d9f2557
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions share/mk/src.opts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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>

#
Expand Down

0 comments on commit d9f2557

Please sign in to comment.