Date: Mon, 22 Nov 2021 00:46:28 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 117dd8828432 - stable/12 - Document that 13.x is the end of the line for FreeBSD/mips Message-ID: <202111220046.1AM0kSEK099000@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=117dd8828432e54a4684d78c1d23753c7515ee67 commit 117dd8828432e54a4684d78c1d23753c7515ee67 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-11-19 04:21:46 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-11-22 00:43:30 +0000 Document that 13.x is the end of the line for FreeBSD/mips MFC After: 3 days Sponsored by: Netflix Reviewed by: brooks, jhb, emaste Differential Revision: https://reviews.freebsd.org/D32852 (cherry picked from commit a721ac948e9bec965a8a0434acede2a672b41a51) --- share/man/man7/arch.7 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7 index 3f2456f4f14d..7bf8923b5ac7 100644 --- a/share/man/man7/arch.7 +++ b/share/man/man7/arch.7 @@ -99,15 +99,15 @@ architectures, the final release. .It armv7 Ta 12.0 .It ia64 Ta 5.0 Ta 10.4 .It i386 Ta 1.0 -.It mips Ta 8.0 -.It mipsel Ta 9.0 -.It mipselhf Ta 12.0 -.It mipshf Ta 12.0 -.It mipsn32 Ta 9.0 -.It mips64 Ta 9.0 -.It mips64el Ta 9.0 -.It mips64elhf Ta 12.0 -.It mips64hf Ta 12.0 +.It mips Ta 8.0 Ta 13.x +.It mipsel Ta 9.0 Ta 13.x +.It mipselhf Ta 12.0 Ta 13.x +.It mipshf Ta 12.0 Ta 13.x +.It mipsn32 Ta 9.0 Ta 13.x +.It mips64 Ta 9.0 Ta 13.x +.It mips64el Ta 9.0 Ta 13.x +.It mips64elhf Ta 12.0 Ta 13.x +.It mips64hf Ta 12.0 Ta 13.x .It pc98 Ta 2.2 Ta 11.4 .It powerpc Ta 6.0 .It powerpcspe Ta 12.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111220046.1AM0kSEK099000>