Browse Source

package/gcc: switch to 13.x as default

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Waldemar Brodkorb 1 year ago
parent
commit
dc0f7215c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/gcc/Config.in.host

+ 1 - 1
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_GCC_VERSION_4_8_ARC # legacy
 	default BR2_GCC_VERSION_ARC if BR2_arc
 	default BR2_GCC_VERSION_ARC if BR2_arc
 	default BR2_GCC_VERSION_POWERPC_SPE if BR2_POWERPC_CPU_HAS_SPE
 	default BR2_GCC_VERSION_POWERPC_SPE if BR2_POWERPC_CPU_HAS_SPE
-	default BR2_GCC_VERSION_12_X
+	default BR2_GCC_VERSION_13_X
 	help
 	help
 	  Select the version of gcc you wish to use.
 	  Select the version of gcc you wish to use.