From bb352e96168a06257cd6b4a44454c44b54647336 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Sun, 27 Feb 2005 23:47:35 +0000 Subject: Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix obvious rejects. --- toolchain/gdb/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gdb/Config.in') 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 -- cgit v1.2.3