|
@@ -567,6 +567,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
|
|
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
|
|
bool
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18
|
|
|
+ bool
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
|
|
select BR2_TOOLCHAIN_HEADERS_LATEST
|
|
|
|
|
|
# This should be selected by the latest version, above, to indicate that
|
|
@@ -580,6 +584,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST
|
|
|
# stops affecting a value on the first matching default.
|
|
|
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
|
|
string
|
|
|
+ default "5.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18
|
|
|
default "5.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
|
|
default "5.16" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
|
|
default "5.15" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|