|
@@ -247,10 +247,15 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
|
|
bool
|
|
bool
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
|
|
|
|
|
+config BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11
|
|
|
|
+ bool
|
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
|
|
|
|
+
|
|
# 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_HEADERS_AT_LEAST
|
|
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
|
string
|
|
string
|
|
|
|
+ default "4.11" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11
|
|
default "4.10" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
|
|
default "4.10" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
|
|
default "4.9" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
default "4.9" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
default "4.8" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8
|
|
default "4.8" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8
|