diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-20 11:40:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-20 11:40:18 +0100 |
commit | aaa8063368367c7a63064c139617fb7f2264e55f (patch) | |
tree | cee83711f36c3706c8360db075c31cf848153213 /target | |
parent | 21082dbe004338c24513d3f0c036b4f0bdc8c471 (diff) |
use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel from emcraft
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.gcc b/target/config/Config.in.gcc index 1cc4332a7..a65ef9673 100644 --- a/target/config/Config.in.gcc +++ b/target/config/Config.in.gcc @@ -30,6 +30,7 @@ config ADK_TOOLCHAIN_GCC_5_3_0 depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_OR1K + depends on !ADK_TARGET_SYSTEM_KINETIS_K70 config ADK_TOOLCHAIN_GCC_4_9_3 bool "4.9.3" |