summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorMike Frysinger2005-03-21 03:33:24 +0100
committerMike Frysinger2005-03-21 03:33:24 +0100
commit20fb51307add5fa0b0cf832aab667d71960ad8a0 (patch)
treeebf81cdb75d657d7a339ba217089fcb59b7e5a78 /toolchain/gdb/Config.in
parentBump available sanitized kernel headers (diff)
downloadbuildroot-20fb51307add5fa0b0cf832aab667d71960ad8a0.tar.gz
buildroot-20fb51307add5fa0b0cf832aab667d71960ad8a0.tar.xz
buildroot-20fb51307add5fa0b0cf832aab667d71960ad8a0.zip
Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT.
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r--toolchain/gdb/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 2c8a67cd9..ef19384f6 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -23,9 +23,9 @@ config BR2_PACKAGE_GDB_CLIENT
choice
prompt "GDB debuger Version"
default BR2_GDB_VERSION_6_3
- depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_HOST_GDB
+ depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_CLIENT
help
- Select the version of gcc you wish to use.
+ Select the version of gdb you wish to use.
config BR2_GDB_VERSION_6_1_1
bool "gdb 6.1.1"