diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-22 19:57:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-22 19:57:04 +0200 |
commit | 9f21d9bd78d5a8269e72cf5c230207e1b3961b9a (patch) | |
tree | 466e0b8d284207c148b937858c4a3fd01cd4d6c2 /toolchain | |
parent | 16d5b9facce817a1f389543082176e87bd7b92ea (diff) |
disable gdb for avr32
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index ec51e0fa9..22c4f58af 100644 --- a/toolchain/Config.in +++ b/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)" |