projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d487848
)
Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be...
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 21 Mar 2005 02:33:24 +0000
(
02:33
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 21 Mar 2005 02:33:24 +0000
(
02:33
-0000)
toolchain/gdb/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Config.in
b/toolchain/gdb/Config.in
index 2c8a67cd9e7c225e0fff29550c66f712dcac578d..ef19384f6ab90454b02802f3a96ba3e3985d2546 100644
(file)
--- 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 g
cc
you wish to use.
+ Select the version of g
db
you wish to use.
config BR2_GDB_VERSION_6_1_1
bool "gdb 6.1.1"