toolchain/Config.in: move BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
Config option was placed at the wrong position. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d6f33d36af
commit
cce8ed1b98
@ -468,6 +468,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
|
|||||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
||||||
bool
|
bool
|
||||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
|
||||||
|
|
||||||
|
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
|
||||||
|
bool
|
||||||
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
||||||
select BR2_TOOLCHAIN_HEADERS_LATEST
|
select BR2_TOOLCHAIN_HEADERS_LATEST
|
||||||
|
|
||||||
# This should be selected by the latest version, above, to indicate that
|
# This should be selected by the latest version, above, to indicate that
|
||||||
@ -477,10 +481,6 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|||||||
config BR2_TOOLCHAIN_HEADERS_LATEST
|
config BR2_TOOLCHAIN_HEADERS_LATEST
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
|
|
||||||
bool
|
|
||||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user