|
@@ -49,6 +49,13 @@ config BR2_GCC_VERSION_13_X
|
|
depends on !BR2_POWERPC_CPU_HAS_SPE
|
|
depends on !BR2_POWERPC_CPU_HAS_SPE
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
|
|
|
|
|
+config BR2_GCC_VERSION_14_X
|
|
|
|
+ bool "gcc 14.x"
|
|
|
|
+ # powerpc spe support has been deprecated since gcc 8.x.
|
|
|
|
+ # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
|
|
|
|
+ depends on !BR2_POWERPC_CPU_HAS_SPE
|
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
|
+
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
# libcilkrts was introduced in gcc 4.9 and removed in gcc 8.x
|
|
# libcilkrts was introduced in gcc 4.9 and removed in gcc 8.x
|
|
@@ -79,6 +86,7 @@ config BR2_GCC_VERSION
|
|
default "11.4.0" if BR2_GCC_VERSION_11_X
|
|
default "11.4.0" if BR2_GCC_VERSION_11_X
|
|
default "12.3.0" if BR2_GCC_VERSION_12_X
|
|
default "12.3.0" if BR2_GCC_VERSION_12_X
|
|
default "13.2.0" if BR2_GCC_VERSION_13_X
|
|
default "13.2.0" if BR2_GCC_VERSION_13_X
|
|
|
|
+ default "14.1.0" if BR2_GCC_VERSION_14_X
|
|
default "arc-2023.09-release" if BR2_GCC_VERSION_ARC
|
|
default "arc-2023.09-release" if BR2_GCC_VERSION_ARC
|
|
|
|
|
|
config BR2_EXTRA_GCC_CONFIG_OPTIONS
|
|
config BR2_EXTRA_GCC_CONFIG_OPTIONS
|