diff options
Diffstat (limited to 'package/gdb/Config.in.host')
-rw-r--r-- | package/gdb/Config.in.host | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index e853469f24..4dbc81d7ee 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -17,27 +17,20 @@ choice prompt "GDB debugger Version" depends on !BR2_arc depends on !BR2_microblaze - default BR2_GDB_VERSION_6_6 if BR2_bfin default BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 if BR2_avr32 default BR2_GDB_VERSION_7_5 help Select the version of gdb you wish to use. - config BR2_GDB_VERSION_6_6 - bool "gdb 6.6" - depends on BR2_bfin - config BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 depends on BR2_avr32 bool "gdb 6.7.1-avr32-2.1.5" config BR2_GDB_VERSION_7_4 bool "gdb 7.4.x" - depends on !BR2_bfin config BR2_GDB_VERSION_7_5 bool "gdb 7.5.x" - depends on !BR2_bfin endchoice |