|
@@ -752,10 +752,15 @@ config BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
bool
|
|
bool
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
|
|
|
|
|
+config BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
|
+ bool
|
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
|
+
|
|
# This order guarantees that the highest version is set, as kconfig
|
|
# This order guarantees that the highest version is set, as kconfig
|
|
# stops affecting a value on the first matching default.
|
|
# stops affecting a value on the first matching default.
|
|
config BR2_TOOLCHAIN_GCC_AT_LEAST
|
|
config BR2_TOOLCHAIN_GCC_AT_LEAST
|
|
string
|
|
string
|
|
|
|
+ default "13" if BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
default "12" if BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
default "12" if BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
default "11" if BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
default "11" if BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
default "10" if BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
default "10" if BR2_TOOLCHAIN_GCC_AT_LEAST_10
|