diff options
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 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 |