package/gdb: change the default to GDB 16.x

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Bernd Kuhls
2026-05-03 16:49:07 +02:00
committed by Arnout Vandecappelle
parent 4868e0dd62
commit 23e70547ca

View File

@@ -41,7 +41,7 @@ config BR2_PACKAGE_HOST_GDB_SIM
choice
prompt "GDB debugger Version"
default BR2_GDB_VERSION_15 if !BR2_arc
default BR2_GDB_VERSION_16 if !BR2_arc
default BR2_GDB_VERSION_ARC if BR2_arc
help
Select the version of gdb you wish to use.
@@ -78,7 +78,7 @@ config BR2_GDB_VERSION
string
default "arc-2024.12-release-gdb" if BR2_GDB_VERSION_ARC || (!BR2_PACKAGE_HOST_GDB && BR2_arc)
default "14.2" if BR2_GDB_VERSION_14 || (!BR2_PACKAGE_HOST_GDB && !BR2_TOOLCHAIN_GCC_AT_LEAST_9)
default "15.2" if BR2_GDB_VERSION_15 || (!BR2_PACKAGE_HOST_GDB && BR2_TOOLCHAIN_GCC_AT_LEAST_9)
default "16.3" if BR2_GDB_VERSION_16
default "15.2" if BR2_GDB_VERSION_15
default "16.3" if BR2_GDB_VERSION_16 || (!BR2_PACKAGE_HOST_GDB && BR2_TOOLCHAIN_GCC_AT_LEAST_9)
default "17.1" if BR2_GDB_VERSION_17
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_HOST_GDB