Browse Source

exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without failing avr32 builds

SVN-Revision: 31249
Jo-Philipp Wich 13 years ago
parent
commit
4c2e50f287
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/Config.in

+ 1 - 0
toolchain/Config.in

@@ -160,6 +160,7 @@ comment "Debuggers"
 
 config GDB
 	bool
+	depends !avr32
 	prompt "Build gdb" if TOOLCHAINOPTS
 	default n
 	help