From aaa8063368367c7a63064c139617fb7f2264e55f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 20 Dec 2015 11:40:08 +0100 Subject: use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel from emcraft --- target/config/Config.in.gcc | 1 + 1 file changed, 1 insertion(+) (limited to 'target') 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" -- cgit v1.2.3