Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2021 18:31:26 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4dbc7835cdfc - main - mips: Turn off LLVM MIPS targets by default
Message-ID:  <202112101831.1BAIVQbm048153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=4dbc7835cdfc8e3ae5e85c2b883874ab75a2dc42

commit 4dbc7835cdfc8e3ae5e85c2b883874ab75a2dc42
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-10 18:31:07 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-10 18:31:07 +0000

    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
---
 share/mk/src.opts.mk | 3 +--
 1 file changed, 1 insertion(+), 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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112101831.1BAIVQbm048153>