summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-02-27 23:47:35 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-02-27 23:47:35 +0000
commitbb352e96168a06257cd6b4a44454c44b54647336 (patch)
tree1b9c616936133253f62145a4b1a393caca0d99d7 /toolchain/gdb/Config.in
parente3b1e1479eb6d5ac8ddbd0856782088dbd29b2ad (diff)
Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix
obvious rejects.
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r--toolchain/gdb/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 3bf445ef3..89ee0ad6d 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -39,6 +39,9 @@ choice
config BR2_GDB_VERSION_6_2_1
bool "gdb 6.2.1"
+ config BR2_GDB_VERSION_6_3
+ bool "gdb 6.3"
+
endchoice
config BR2_GDB_VERSION
@@ -47,5 +50,6 @@ config BR2_GDB_VERSION
default "6.1.1" if BR2_GDB_VERSION_6_1_1
default "6.2" if BR2_GDB_VERSION_6_2
default "6.2.1" if BR2_GDB_VERSION_6_2_1
+ default "6.3" if BR2_GDB_VERSION_6_3