[Buildroot] [git commit branch/next] package/gdb: improve gdb version choice comment
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-08-03 23:04:24
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-08-03 23:04:24
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=4de251ea41d109601ce84317b477a83f52629c15 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next The comment has been introduced by commit [1] where the latest gdb version has been used when cross-gdb is not enabled. But since then the gdb package doesn't use the latest gdb version when cross-gdb is not enabled. It's the "stable" version. [1] https://git.buildroot.net/buildroot/commit/?id=fda818390b5e6a585608f4523356eafa0c587f53 Signed-off-by: Romain Naour <redacted> Cc: Arnout Vandecappelle (Essensium/Mind) <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> --- 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 07e75b2c0e..21e6b34caa 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host@@ -81,7 +81,7 @@ endchoice endif -# If cross-gdb is not enabled, the latest working version is chosen. +# If cross-gdb is not enabled, the latest stable version is chosen. config BR2_GDB_VERSION string default "arc-2020.09-release-gdb" if BR2_arc
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot