summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorJoakim Tjernlund2005-02-28 00:47:35 +0100
committerJoakim Tjernlund2005-02-28 00:47:35 +0100
commitbb352e96168a06257cd6b4a44454c44b54647336 (patch)
tree1b9c616936133253f62145a4b1a393caca0d99d7 /toolchain/gdb/Config.in
parent- The installed root/usr/sbin/dropbear was not getting stripped. stripping sa... (diff)
downloadbuildroot-bb352e96168a06257cd6b4a44454c44b54647336.tar.gz
buildroot-bb352e96168a06257cd6b4a44454c44b54647336.tar.xz
buildroot-bb352e96168a06257cd6b4a44454c44b54647336.zip
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