summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
authorBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 19:03:03 (GMT)
committerBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 19:03:03 (GMT)
commit500ee00f22ef0e48da06d9fb7da552ddae090fa6 (patch)
treefee537881b895258b826b24f3c0f88056c4c3c67 /config/toolchain.in
parentd558bb995d07995c0cb00a5ca1f237a2423bf350 (diff)
gdb: use the PKGVERSION and BUGURL options
This patch makes gdb benefit from the TOOLCHAIN_PKGVERSION and TOOLCHAIN_BUGURL options. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config/toolchain.in')
-rw-r--r--config/toolchain.in3
1 files changed, 2 insertions, 1 deletions
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.