aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-02-06 15:32:58 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-02-06 15:32:58 +0000
commitf73101fabc74255d70f4e7ce0e71f0f6655c51ea (patch)
tree8cddff60440cc2a45334450d7dc700f897d06822
parente9a697bf20ccbb2a19f6ad01fa3e0c14e0390847 (diff)
universe: Bump default GCC version to 15
Reviewed by: lwhsu, emaste Differential Revision: https://reviews.freebsd.org/D55085
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}