From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Wed, 5 Jun 2019 14:40:15 +0200 Subject: [Buildroot] [PATCH 2/3] package/gdb: switch to 8.2 as the default version In-Reply-To: <20190605124016.13770-1-romain.naour@gmail.com> References: <20190605124016.13770-1-romain.naour@gmail.com> Message-ID: <20190605124016.13770-2-romain.naour@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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 --- 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 -- 2.21.0