We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9709c commit d4c8162Copy full SHA for d4c8162
Makefile
@@ -540,7 +540,7 @@ TARGET_ARCHES_${target}= ${MACHINE_ARCH_LIST_${target}}
540
.endfor
541
542
.if defined(USE_GCC_TOOLCHAINS)
543
-_DEFAULT_GCC_VERSION= gcc12
+_DEFAULT_GCC_VERSION= gcc14
544
_GCC_VERSION= ${"${USE_GCC_TOOLCHAINS:Mgcc*}" != "":?${USE_GCC_TOOLCHAINS}:${_DEFAULT_GCC_VERSION}}
545
TOOLCHAINS_amd64= amd64-${_GCC_VERSION}
546
TOOLCHAINS_arm= armv7-${_GCC_VERSION}
0 commit comments