src.opts.mk: Disable all of LLVM if C++ support is disabled.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D36891
This commit is contained in:
John Baldwin 2022-11-15 19:21:20 -08:00
parent fd104a6ebc
commit f53dc31bb3

View File

@ -380,6 +380,9 @@ MK_KERBEROS_SUPPORT:= no
.if ${MK_CXX} == "no"
MK_CLANG:= no
MK_LLD:= no
MK_LLDB:= no
MK_LLVM_BINUTILS:= no
MK_GOOGLETEST:= no
MK_OFED:= no
MK_OPENMP:= no