summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.compiler6
-rw-r--r--toolchain/llvm/Makefile.inc6
2 files changed, 6 insertions, 6 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"
diff --git a/toolchain/llvm/Makefile.inc b/toolchain/llvm/Makefile.inc
index e33edd478..4d74cd4ff 100644
--- a/toolchain/llvm/Makefile.inc
+++ b/toolchain/llvm/Makefile.inc
@@ -2,9 +2,9 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= llvm
-PKG_VERSION:= 5.0.1
-PKG_HASH:= 5fa7489fc0225b11821cab0362f5813a05f2bcf2533e8a4ea9c9c860168807b0
-PKG_SITES:= http://llvm.org/releases/5.0.1/
+PKG_VERSION:= 6.0.0
+PKG_HASH:= 1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408
+PKG_SITES:= http://llvm.org/releases/6.0.0/
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.src.tar.xz
WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}.src