summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-28 18:42:08 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-28 18:42:08 +0000
commit8759a416c41f8eec02fdb5594275961534ae0c8e (patch)
treee83e1d55a2c41c5113b59ee319ae3a5d4879f9da /toolchain/gdb/Config.in
parentf46b9cda0d908cb5958a86bc87cb5d951e41e2cd (diff)
toolchain/gdb: remove ancient deprecated versions
They shouldn't be used anymore, needs havily patching (6.3 has more than 200k patches) and no one tests them with current toolchains.
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r--toolchain/gdb/Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 4163cf166..e193fb93c 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -25,16 +25,6 @@ choice
help
Select the version of gdb you wish to use.
- config BR2_GDB_VERSION_6_2_1
- bool "gdb 6.2.1"
- depends on !BR2_avr32 && !BR2_nios2
- depends on BR2_DEPRECATED
-
- config BR2_GDB_VERSION_6_3
- bool "gdb 6.3"
- depends on !BR2_avr32 && !BR2_nios2
- depends on BR2_DEPRECATED
-
config BR2_GDB_VERSION_6_4
bool "gdb 6.4"
depends on !BR2_avr32 && !BR2_nios2
@@ -61,8 +51,6 @@ endchoice
config BR2_GDB_VERSION
string
- default "6.2.1" if BR2_GDB_VERSION_6_2_1
- default "6.3" if BR2_GDB_VERSION_6_3
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