Current toolchains have GDB 15.2, which is also our default version if not the toolchain GDB is used. In these cases, the additional dependencies should be enabled by default when enabling the GDB symbol.
Signed-off-by: Roland Hieber <[email protected]> --- rules/gdb.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/gdb.in b/rules/gdb.in index 75652d1990f0..9ee7ac91ab11 100644 --- a/rules/gdb.in +++ b/rules/gdb.in @@ -46,6 +46,7 @@ config GDB_DEBUGINFO_SUPPORT config GDB_11_1 bool + default y prompt "gdb-11.1 or later" help Since gdb-11.1, GMP is a required dependency. Enable this option @@ -53,6 +54,7 @@ config GDB_11_1 config GDB_14_1 bool + default y select GDB_ZSTD prompt "gdb-14.1 or later" help -- 2.47.3
