git: 06ecf26346fa - stable/14 - universe: Update the default GCC toolchain to GCC 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 20:44:06 UTC
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=06ecf26346fa37530c6c4af689efa604a0b59063 commit 06ecf26346fa37530c6c4af689efa604a0b59063 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-03-03 16:51:53 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-04-29 20:43:10 +0000 universe: Update the default GCC toolchain to GCC 14 Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D49160 (cherry picked from commit d4c81623accede21c756b97e255367bdb664d1e6) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 484822c19fe0..c2449c1fd29b 100644 --- a/Makefile +++ b/Makefile @@ -551,7 +551,7 @@ TARGET_ARCHES_${target}= ${MACHINE_ARCH_LIST_${target}} .endfor .if defined(USE_GCC_TOOLCHAINS) -_DEFAULT_GCC_VERSION= gcc12 +_DEFAULT_GCC_VERSION= gcc14 _GCC_VERSION= ${"${USE_GCC_TOOLCHAINS:Mgcc*}" != "":?${USE_GCC_TOOLCHAINS}:${_DEFAULT_GCC_VERSION}} TOOLCHAINS_amd64= amd64-${_GCC_VERSION} TOOLCHAINS_arm= armv6-${_GCC_VERSION} armv7-${_GCC_VERSION}