Date: Tue, 29 Apr 2025 20:44:04 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 51e6e35947fc - stable/14 - Update example from gcc6 to gcc13 Message-ID: <202504292044.53TKi4UH074780@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=51e6e35947fc646aceb88426666b726ee4756430 commit 51e6e35947fc646aceb88426666b726ee4756430 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-05-09 14:16:15 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-04-29 20:42:56 +0000 Update example from gcc6 to gcc13 We only "support" gcc12 and gcc13 for cross building, for some value of "support". Update the example from gcc6 to gcc13. Sponsored by: Netflix (cherry picked from commit 52e41d1a5bd92ca1849a0f445915a4c6d63334e0) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5880347e1261..484822c19fe0 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ # # Once you have installed the necessary cross toolchain, simply pass # CROSS_TOOLCHAIN=${TARGET_ARCH}-gccN while building with the above steps, -# e.g., `make buildworld CROSS_TOOLCHAIN=amd64-gcc6`. +# e.g., `make buildworld CROSS_TOOLCHAIN=amd64-gcc13`. # # The ${TARGET_ARCH}-gccN packages are provided as flavors of the # devel/freebsd-gccN ports.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504292044.53TKi4UH074780>