diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-03 00:18:50 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-03 00:18:50 +0200 |
commit | a54f53d3e25aed09f056d5ea67b050d2d49c90cd (patch) | |
tree | ee1efe51406500c14e74bf10c755bfaf392740fb /toolchain/gdb/Config.in | |
parent | ec5d2bb41b4b79bf0bb4f8d09e3c7818ac72a7c0 (diff) | |
download | buildroot-novena-a54f53d3e25aed09f056d5ea67b050d2d49c90cd.tar.gz buildroot-novena-a54f53d3e25aed09f056d5ea67b050d2d49c90cd.zip |
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 <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
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 |