浏览代码

disable gdb for avr32

Waldemar Brodkorb 14 年之前
父节点
当前提交
9f21d9bd78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolchain/Config.in

+ 1 - 1
toolchain/Config.in

@@ -7,7 +7,7 @@ menu "Toolchain settings"
 config ADK_TOOLCHAIN_GDB
 	prompt "Enable building of the GNU debugger"
 	boolean
-	default y
+	default y if !ADK_TARGET_SYSTEM_ATMEL_NGW100
 
 config ADK_TOOLCHAIN_GCC_CXX
 	prompt "Enable building of G++ (C++ language support in GCC)"