From 4c2e50f287cc7caec7b45621ee8559f90590e754 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 10 Apr 2012 21:04:06 +0000 Subject: [PATCH] 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