From 538d9e483c481351fa916c982443e7fd24f30117 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 28 Apr 2018 02:20:12 +0100 Subject: llvm: update to 6.0.0 --- target/config/Config.in.compiler | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/config/Config.in.compiler') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 6c5d2199d..720700fb0 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -17,14 +17,14 @@ choice prompt "LLVM version" depends on ADK_BUILD_COMPILER_LLVM -config ADK_TOOLCHAIN_LLVM_5 - bool "5.0.1" +config ADK_TOOLCHAIN_LLVM + bool "6.0.0" endchoice config ADK_TOOLCHAIN_LLVM_VERSION string - default "5.0.1" if ADK_TOOLCHAIN_LLVM_5 + default "6.0.0" if ADK_TOOLCHAIN_LLVM choice prompt "GCC version" -- cgit v1.2.3