From 7e66561771fe609c084a13550e559d8f91fcdc78 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 26 Mar 2005 06:46:02 +0000 Subject: update gdb a bit. remove support for ancient versions. --- toolchain/gdb/Config.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'toolchain/gdb/Config.in') diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index ef19384f6..26518e51f 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -27,12 +27,6 @@ choice help Select the version of gdb you wish to use. - config BR2_GDB_VERSION_6_1_1 - bool "gdb 6.1.1" - - config BR2_GDB_VERSION_6_2 - bool "gdb 6.2" - config BR2_GDB_VERSION_6_2_1 bool "gdb 6.2.1" @@ -43,8 +37,6 @@ endchoice config BR2_GDB_VERSION string - 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