瀏覽代碼

gdb: do not allow selection of non-avr32 versions on AVR32

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 15 年之前
父節點
當前提交
45e93c5750
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/gdb/Config.in

+ 1 - 0
toolchain/gdb/Config.in

@@ -41,6 +41,7 @@ choice
 		depends on BR2_DEPRECATED
 
 	config BR2_GDB_VERSION_6_7_1
+		depends on !BR2_avr32
 		bool "gdb 6.7.1"
 
 	config BR2_GDB_VERSION_6_7_1_AVR32_2_1_5