summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-26 06:46:02 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-26 06:46:02 +0000
commit7e66561771fe609c084a13550e559d8f91fcdc78 (patch)
tree685bcb2998d29b86dce4aea94c7d8498b74e3540 /toolchain/gdb/Config.in
parent74ef9c30b76d420ec3e72e589d3129e530e47e21 (diff)
update gdb a bit. remove support for ancient versions.
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r--toolchain/gdb/Config.in8
1 files changed, 0 insertions, 8 deletions
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