diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
commit | 517022211cab2644bac88865e29af726f1aafeaf (patch) | |
tree | d25531af4c6bcad044cadfd39f2892c059cd1ce1 /toolchain | |
parent | e2c3a79b3e8b7527d62889175b4b131c0a059e18 (diff) |
avr32 workarounds
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 22c4f58af..67929ec39 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -8,6 +8,7 @@ config ADK_TOOLCHAIN_GDB prompt "Enable building of the GNU debugger" boolean default y if !ADK_TARGET_SYSTEM_ATMEL_NGW100 + depends on !ADK_TARGET_SYSTEM_ATMEL_NGW100 config ADK_TOOLCHAIN_GCC_CXX prompt "Enable building of G++ (C++ language support in GCC)" |