summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/debug/gdb.in4
-rw-r--r--config/toolchain.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index a8f76ed..478f76b 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -72,6 +72,10 @@ endchoice
config GDB_7_0_or_later
bool
+ select GDB_HAS_PKGVERSION_BUGURL
+
+config GDB_HAS_PKGVERSION_BUGURL
+ bool
config GDB_VERSION
string
diff --git a/config/toolchain.in b/config/toolchain.in
index 3fb4bd1..d5ee6b7 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -73,7 +73,8 @@ config TOOLCHAIN_PKGVERSION
help
Specify a string that identifies your package. You may wish to include
a build number or build date. This version string will be included in
- the output of gcc --version, and also in binutils, eglibc.
+ the output of gcc --version, and also in binutils, eglibc, gdb and
+ gdbserver.
This is passed to the configure flag --with-pkgversion.