summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-04-28 02:20:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-04-28 02:20:57 +0100
commit538d9e483c481351fa916c982443e7fd24f30117 (patch)
tree0874296aea3d25776aad04d1da2f024f8cb5c962 /target
parent19858fa62fea4f7680a021db52fbed8efe42c343 (diff)
llvm: update to 6.0.0
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.compiler6
1 files changed, 3 insertions, 3 deletions
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"