mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
universe: Update the default GCC toolchain to GCC 14
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D49160
This commit is contained in:
parent
bd9709c2b3
commit
d4c81623ac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -540,7 +540,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= armv7-${_GCC_VERSION}
|
||||
|
|
|
|||
Loading…
Reference in a new issue