From 3ebcae2abf112b4e3becf83c9254753ee787fcd1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 10 Apr 2012 21:04:06 +0000 Subject: [PATCH] [toolchain] exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally without failing avr32 builds SVN-Revision: 31249 --- toolchain/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/Config.in b/toolchain/Config.in index c027be8212..13446ec9f5 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -160,6 +160,7 @@ comment "Debuggers" config GDB bool + depends !avr32 prompt "Build gdb" if TOOLCHAINOPTS default n help -- 2.30.2