Browse Source

disable gdb for avr32

Waldemar Brodkorb 13 years ago
parent
commit
9f21d9bd78
1 changed files with 1 additions and 1 deletions
  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)"