|
@@ -31,16 +31,6 @@ choice
|
|
depends on BR2_avr32
|
|
depends on BR2_avr32
|
|
bool "gdb 6.7.1-avr32-2.1.5"
|
|
bool "gdb 6.7.1-avr32-2.1.5"
|
|
|
|
|
|
- config BR2_GDB_VERSION_7_2
|
|
|
|
- bool "gdb 7.2.x"
|
|
|
|
- depends on !BR2_bfin
|
|
|
|
- depends on BR2_DEPRECATED_SINCE_2013_02
|
|
|
|
-
|
|
|
|
- config BR2_GDB_VERSION_7_3
|
|
|
|
- bool "gdb 7.3.x"
|
|
|
|
- depends on !BR2_bfin
|
|
|
|
- depends on BR2_DEPRECATED_SINCE_2013_02
|
|
|
|
-
|
|
|
|
config BR2_GDB_VERSION_7_4
|
|
config BR2_GDB_VERSION_7_4
|
|
bool "gdb 7.4.x"
|
|
bool "gdb 7.4.x"
|
|
depends on !BR2_bfin
|
|
depends on !BR2_bfin
|
|
@@ -61,8 +51,6 @@ config BR2_GDB_VERSION
|
|
(!BR2_PACKAGE_HOST_GDB && BR2_bfin)
|
|
(!BR2_PACKAGE_HOST_GDB && BR2_bfin)
|
|
default "6.7.1-avr32-2.1.5" if BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 || \
|
|
default "6.7.1-avr32-2.1.5" if BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 || \
|
|
(!BR2_PACKAGE_HOST_GDB && BR2_avr32)
|
|
(!BR2_PACKAGE_HOST_GDB && BR2_avr32)
|
|
- default "7.2a" if BR2_GDB_VERSION_7_2
|
|
|
|
- default "7.3.1" if BR2_GDB_VERSION_7_3
|
|
|
|
default "7.4.1" if BR2_GDB_VERSION_7_4
|
|
default "7.4.1" if BR2_GDB_VERSION_7_4
|
|
default "7.5.1" if BR2_GDB_VERSION_7_5 || !BR2_PACKAGE_HOST_GDB
|
|
default "7.5.1" if BR2_GDB_VERSION_7_5 || !BR2_PACKAGE_HOST_GDB
|
|
default "f25a1952afd054205f9471e449c1f7ca5b271b7c" if BR2_arc
|
|
default "f25a1952afd054205f9471e449c1f7ca5b271b7c" if BR2_arc
|