|
@@ -16,6 +16,7 @@ if BR2_PACKAGE_HOST_GDB
|
|
|
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
|
|
@@ -59,5 +60,6 @@ config BR2_GDB_VERSION
|
|
|
default "7.4.1" if BR2_GDB_VERSION_7_4
|
|
|
default "7.5.1" if BR2_GDB_VERSION_7_5
|
|
|
default "f25a1952afd054205f9471e449c1f7ca5b271b7c" if BR2_arc
|
|
|
+ default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze
|
|
|
|
|
|
endif
|