Mark LLDB/CLANG_BOOTSTRAP/LLD_BOOTSTRAP as broken on non-FreeBSD for now

I enabled these options again in 31ba4ce889,
but unfortunately only my specific build configuration worked whereas the
build with default options is still broken.
This commit is contained in:
Alex Richardson 2021-08-17 17:44:40 +01:00
parent 0e92585cde
commit d9f25575a2

View File

@ -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>
#