Explorar o código

toolchain/gdb: 6.4 shouldn't be selectable for avr32

Peter Korsgaard %!s(int64=16) %!d(string=hai) anos
pai
achega
ffe33152e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolchain/gdb/Config.in

+ 1 - 1
toolchain/gdb/Config.in

@@ -37,7 +37,7 @@ choice
 
 	config BR2_GDB_VERSION_6_4
 		bool "gdb 6.4"
-		depends on !BR2_nios2
+		depends on !BR2_avr32 && !BR2_nios2
 		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_5