diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-03-26 06:46:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-03-26 06:46:02 +0000 |
commit | 7e66561771fe609c084a13550e559d8f91fcdc78 (patch) | |
tree | 685bcb2998d29b86dce4aea94c7d8498b74e3540 /toolchain/gdb/Config.in | |
parent | 74ef9c30b76d420ec3e72e589d3129e530e47e21 (diff) | |
download | buildroot-novena-7e66561771fe609c084a13550e559d8f91fcdc78.tar.gz buildroot-novena-7e66561771fe609c084a13550e559d8f91fcdc78.zip |
update gdb a bit. remove support for ancient versions.
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 8 |
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 |