toolchain/Config.in: move BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 30 Mar 2020 18:22:48 +0000 (20:22 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 2 Apr 2020 18:51:47 +0000 (20:51 +0200)
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>
toolchain/Config.in

index 24bb982e9b83f1f09c94482019cc6fea34683279..a34436d16b0072f414bd978448466668eaf5e74b 100644 (file)
@@ -468,6 +468,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
 config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
        bool
        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
 
 # 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
        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
 # stops affecting a value on the first matching default.
 config BR2_TOOLCHAIN_HEADERS_AT_LEAST