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)
This commit is contained in:
John Baldwin 2025-03-03 11:51:53 -05:00
parent 02663a2360
commit 06ecf26346

View file

@ -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}