mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/gcc: switch to GCC 15.x as the default
Now that GCC 16.x support has been added, follow our usual strategy of making GCC 15.x the default GCC version. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
1b290781cf
commit
a75b8623f5
@@ -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_14_X
|
default BR2_GCC_VERSION_15_X
|
||||||
help
|
help
|
||||||
Select the version of gcc you wish to use.
|
Select the version of gcc you wish to use.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user