summaryrefslogtreecommitdiff
path: root/core/toolchain/llvm/clang/clang.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-01 22:50:45 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-02-01 22:50:45 +0100
commit4b037f60bafa2b4fedb5e1c7ed9478a9adbad040 (patch)
tree1bb925b7f09ceac6c8f9bae1071ccf8df3f8002b /core/toolchain/llvm/clang/clang.kconfig
parentfe8ac19c1b1f0b9e4eae1c567466368f066b04fc (diff)
downloadembtoolkit-4b037f60bafa2b4fedb5e1c7ed9478a9adbad040.tar.gz
embtoolkit-4b037f60bafa2b4fedb5e1c7ed9478a9adbad040.tar.bz2
embtoolkit-4b037f60bafa2b4fedb5e1c7ed9478a9adbad040.tar.xz
Toolchain: llvm/clang: update v3.5.x to 3.5.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/llvm/clang/clang.kconfig')
-rw-r--r--core/toolchain/llvm/clang/clang.kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/toolchain/llvm/clang/clang.kconfig b/core/toolchain/llvm/clang/clang.kconfig
index b56c6e6..fca7966 100644
--- a/core/toolchain/llvm/clang/clang.kconfig
+++ b/core/toolchain/llvm/clang/clang.kconfig
@@ -30,7 +30,7 @@ config EMBTK_HOST_HAVE_CLANG
#
# clang version
#
-config EMBTK_CLANG_HOST_VERSION_3_5_0
+config EMBTK_CLANG_HOST_VERSION_3_5_1
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.0" if EMBTK_CLANG_HOST_VERSION_3_5_0
+ default "3.5.1" if EMBTK_CLANG_HOST_VERSION_3_5_1
default "3.4.1" if EMBTK_CLANG_HOST_VERSION_3_4_1
default "git" if EMBTK_CLANG_HOST_VERSION_GIT