package/gdb: improve gdb version choice comment
authorRomain Naour <romain.naour@gmail.com>
Sun, 6 Jun 2021 15:03:51 +0000 (17:03 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 13 Jun 2021 10:15:47 +0000 (12:15 +0200)
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 <romain.naour@gmail.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/gdb/Config.in.host

index 07e75b2c0ea274a084955cabf495c37c8fce8284..21e6b34caa43eccff6bf14cc6651fb797fea0f6b 100644 (file)
@@ -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