From a54f53d3e25aed09f056d5ea67b050d2d49c90cd Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 3 May 2010 00:18:50 +0200 Subject: toolchain/gdb: get rid of 6.4 / 6.5 These are ancient (2006) and upstream strongly discourage using them: ftp://sourceware.org/pub/gdb/old-releases/README Signed-off-by: Peter Korsgaard --- toolchain/gdb/Config.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'toolchain/gdb/Config.in') diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index f4fbaabd6..09701c75e 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -29,16 +29,6 @@ choice help Select the version of gdb you wish to use. - config BR2_GDB_VERSION_6_4 - bool "gdb 6.4" - depends on !BR2_avr32 - depends on BR2_DEPRECATED - - config BR2_GDB_VERSION_6_5 - bool "gdb 6.5" - depends on !BR2_avr32 - depends on BR2_DEPRECATED - config BR2_GDB_VERSION_6_6 bool "gdb 6.6" depends on !BR2_avr32 @@ -68,8 +58,6 @@ endchoice config BR2_GDB_VERSION string - default "6.4" if BR2_GDB_VERSION_6_4 - default "6.5" if BR2_GDB_VERSION_6_5 default "6.6" if BR2_GDB_VERSION_6_6 default "6.7.1" if BR2_GDB_VERSION_6_7_1 default "6.7.1-avr32-2.1.5" if BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 -- cgit v1.2.3