package/gdb: switch to gdb 8.3 as the default
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 17 Aug 2020 09:47:09 +0000 (11:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 17 Aug 2020 10:04:46 +0000 (12:04 +0200)
Now that we have added support for gdb 9.2, let's switch to gdb 8.3 as
the default.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gdb/Config.in.host

index ab054b1596590636c8701e37f17e82846945fd72..8044a5bf83eddac3a2ca73918356d32d34aa1a80 100644 (file)
@@ -63,7 +63,7 @@ config BR2_PACKAGE_HOST_GDB_SIM
 
 choice
        prompt "GDB debugger Version"
-       default BR2_GDB_VERSION_8_2
+       default BR2_GDB_VERSION_8_3
        depends on !BR2_arc
        depends on !BR2_csky
        help