[Buildroot] [PATCH 1/3] toolchain/Config.in: move BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5

Peter Korsgaard peter at korsgaard.com
Thu Apr 2 18:56:29 UTC 2020


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > Config option was placed at the wrong position.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>

Committed, thanks.

 > ---
 >  toolchain/Config.in | 8 ++++----
 >  1 file changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/toolchain/Config.in b/toolchain/Config.in
 > index 24bb982e9b..a34436d16b 100644
 > --- a/toolchain/Config.in
 > +++ b/toolchain/Config.in
 > @@ -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
 > -- 
 > 2.25.0

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list