瀏覽代碼

use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel from emcraft

Waldemar Brodkorb 10 年之前
父節點
當前提交
aaa8063368
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/config/Config.in.gcc

+ 1 - 0
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"