summaryrefslogtreecommitdiff
path: root/core/toolchain/llvm/clang/clang.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain/llvm/clang/clang.kconfig')
-rw-r--r--core/toolchain/llvm/clang/clang.kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/toolchain/llvm/clang/clang.kconfig b/core/toolchain/llvm/clang/clang.kconfig
index fca7966..3e49ebf 100644
--- a/core/toolchain/llvm/clang/clang.kconfig
+++ b/core/toolchain/llvm/clang/clang.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012-2014 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+# Copyright(C) 2012-2015 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ config EMBTK_HOST_HAVE_CLANG
#
# clang version
#
-config EMBTK_CLANG_HOST_VERSION_3_5_1
+config EMBTK_CLANG_HOST_VERSION_3_5_2
bool
select EMBTK_CLANG_HOST_NEED_PATCH
@@ -69,7 +69,7 @@ config EMBTK_CLANG_HOST_CATEGORY
#
config EMBTK_CLANG_HOST_VERSION_STRING
string
- default "3.5.1" if EMBTK_CLANG_HOST_VERSION_3_5_1
+ default "3.5.2" if EMBTK_CLANG_HOST_VERSION_3_5_2
default "3.4.1" if EMBTK_CLANG_HOST_VERSION_3_4_1
default "git" if EMBTK_CLANG_HOST_VERSION_GIT