aboutsummaryrefslogtreecommitdiff
path: root/share/mk/src.opts.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-12-10 18:31:07 +0000
committerWarner Losh <imp@FreeBSD.org>2021-12-10 18:31:07 +0000
commit4dbc7835cdfc8e3ae5e85c2b883874ab75a2dc42 (patch)
treea9d03e3f7f55e889d39db0907fc471da2356addf /share/mk/src.opts.mk
parent20b23ae74b2bd60ba87c626b86713be746116d1e (diff)
downloadsrc-4dbc7835cdfc8e3ae5e85c2b883874ab75a2dc42.tar.gz
src-4dbc7835cdfc8e3ae5e85c2b883874ab75a2dc42.zip
mips: Turn off LLVM MIPS targets by default
Now that MIPS isn't a recognized target for buildworld, move llvm mips to off by default. Sponsored by: Netflix Reviewed by: dim Differential Revision: https://reviews.freebsd.org/D33364
Diffstat (limited to 'share/mk/src.opts.mk')
-rw-r--r--share/mk/src.opts.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 4b9a9953f8ee..6fdeaf6a37f3 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -259,7 +259,6 @@ __T=${MACHINE_ARCH}
__LLVM_TARGETS= \
aarch64 \
arm \
- mips \
powerpc \
riscv \
x86
@@ -277,7 +276,7 @@ __DEFAULT_DEPENDENT_OPTIONS+= LLVM_TARGET_${__llt:${__LLVM_TARGET_FILT}:tu}/LLVM
.endif
.endfor
-__DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF
+__DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF LLVM_TARGET_MIPS
.include <bsd.compiler.mk>