Skip to content

Commit d4c8162

Browse files
committed
universe: Update the default GCC toolchain to GCC 14
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D49160
1 parent bd9709c commit d4c8162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ TARGET_ARCHES_${target}= ${MACHINE_ARCH_LIST_${target}}
540540
.endfor
541541

542542
.if defined(USE_GCC_TOOLCHAINS)
543-
_DEFAULT_GCC_VERSION= gcc12
543+
_DEFAULT_GCC_VERSION= gcc14
544544
_GCC_VERSION= ${"${USE_GCC_TOOLCHAINS:Mgcc*}" != "":?${USE_GCC_TOOLCHAINS}:${_DEFAULT_GCC_VERSION}}
545545
TOOLCHAINS_amd64= amd64-${_GCC_VERSION}
546546
TOOLCHAINS_arm= armv7-${_GCC_VERSION}

0 commit comments

Comments
 (0)