aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-11-16 03:21:20 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-01-24 05:14:11 +0000
commit8975a501bb236d1edd69650014627358b0dbf8aa (patch)
tree3b58a865b0607af153418ddc0bd0bdc5567567ff
parent1154290b4646ab9ac9686e65c41729fdb078b58f (diff)
downloadsrc-8975a501bb236d1edd69650014627358b0dbf8aa.tar.gz
src-8975a501bb236d1edd69650014627358b0dbf8aa.zip
src.opts.mk: Disable all of LLVM if C++ support is disabled.
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D36891 (cherry picked from commit f53dc31bb3ef387338a7678581e8c7d587da8d2c)
-rw-r--r--share/mk/src.opts.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 90405ce4b80c..b6b69869c8bb 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -393,6 +393,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