[Buildroot] [PATCH 2/3] package/gdb: switch to 8.2 as the default version

Peter Korsgaard peter at korsgaard.com
Thu Jun 6 22:06:30 UTC 2019


>>>>> "Romain" == Romain Naour <romain.naour at gmail.com> writes:

 > 8.3 is around, 8.2 has already seen a point release, so it's time to
 > make 8.2 the default version for gdb.

 > Signed-off-by: Romain Naour <romain.naour at gmail.com>
 > ---
 >  package/gdb/Config.in.host | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
 > index f9a67d18dd..a395016082 100644
 > --- a/package/gdb/Config.in.host
 > +++ b/package/gdb/Config.in.host
 > @@ -46,7 +46,7 @@ config BR2_PACKAGE_HOST_GDB_SIM
 
 >  choice
 >  	prompt "GDB debugger Version"
 > -	default BR2_GDB_VERSION_8_1
 > +	default BR2_GDB_VERSION_8_2
 >  	depends on !BR2_arc
 >  	depends on !BR2_csky
 >  	help

You forgot to also update the BR2_GDB_VERSION logic. Committed with that
fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list