Date: Fri, 06 Feb 2026 15:33:07 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: f73101fabc74 - main - universe: Bump default GCC version to 15 Message-ID: <698609b3.3e846.367c77f7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f73101fabc74255d70f4e7ce0e71f0f6655c51ea commit f73101fabc74255d70f4e7ce0e71f0f6655c51ea Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-02-06 15:32:58 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-02-06 15:32:58 +0000 universe: Bump default GCC version to 15 Reviewed by: lwhsu, emaste Differential Revision: https://reviews.freebsd.org/D55085 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac0a9218e88f..9308883b8500 100644 --- a/Makefile +++ b/Makefile @@ -546,7 +546,7 @@ TARGET_ARCHES_${target}= ${MACHINE_ARCH_LIST_${target}} .endfor .if defined(USE_GCC_TOOLCHAINS) -_DEFAULT_GCC_VERSION= gcc14 +_DEFAULT_GCC_VERSION= gcc15 _GCC_VERSION= ${"${USE_GCC_TOOLCHAINS:Mgcc*}" != "":?${USE_GCC_TOOLCHAINS}:${_DEFAULT_GCC_VERSION}} TOOLCHAINS_amd64= amd64-${_GCC_VERSION} TOOLCHAINS_arm= armv7-${_GCC_VERSION}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698609b3.3e846.367c77f7>
