From 1e1fafa1f0f5069418e92f702c2a66db6408a634 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 25 Apr 2025 22:18:17 +0200 Subject: [PATCH] package/gcc: switch to GCC 14.x as the default Now that GCC 15.x support has been added, follow our usual strategy of making GCC 14.x the default GCC version. Signed-off-by: Thomas Petazzoni Signed-off-by: Julien Olivain --- package/gcc/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 68ffa793e4..9239149cf0 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -5,7 +5,7 @@ choice default BR2_GCC_VERSION_ARC if BR2_GCC_VERSION_4_8_ARC # legacy default BR2_GCC_VERSION_ARC if BR2_arc default BR2_GCC_VERSION_POWERPC_SPE if BR2_POWERPC_CPU_HAS_SPE - default BR2_GCC_VERSION_13_X + default BR2_GCC_VERSION_14_X help Select the version of gcc you wish to use.