summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-29 19:27:15 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-29 19:27:15 +0200
commit7efb4d67c0ca618f5021120801b47d064b79ced5 (patch)
treed3c7fa4c59cab6b6f5b0ee2dca0301c461fe72a1
parented85549083c6cdf6c4b927d3e8dc94173d1f5e62 (diff)
downloadembtoolkit-7efb4d67c0ca618f5021120801b47d064b79ced5.tar.gz
embtoolkit-7efb4d67c0ca618f5021120801b47d064b79ced5.tar.bz2
embtoolkit-7efb4d67c0ca618f5021120801b47d064b79ced5.tar.xz
Tolchain: llvm: update v3.5.x to v3.5.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/llvm/clang-llvm.kconfig10
-rw-r--r--core/toolchain/llvm/clang/clang.kconfig6
-rw-r--r--core/toolchain/llvm/llvm/llvm.kconfig6
3 files changed, 11 insertions, 11 deletions
diff --git a/core/toolchain/llvm/clang-llvm.kconfig b/core/toolchain/llvm/clang-llvm.kconfig
index eb0ef0c..81adc66 100644
--- a/core/toolchain/llvm/clang-llvm.kconfig
+++ b/core/toolchain/llvm/clang-llvm.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
@@ -31,10 +31,10 @@ choice
help
Version of llvm you wish
- config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_3_5_1
- bool "clang/llvm-3.5.1"
- select EMBTK_LLVM_HOST_VERSION_3_5_1
- select EMBTK_CLANG_HOST_VERSION_3_5_1
+ config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_3_5_2
+ bool "clang/llvm-3.5.2"
+ select EMBTK_LLVM_HOST_VERSION_3_5_2
+ select EMBTK_CLANG_HOST_VERSION_3_5_2
config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_3_4_1
bool "clang/llvm-3.4.1"
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
diff --git a/core/toolchain/llvm/llvm/llvm.kconfig b/core/toolchain/llvm/llvm/llvm.kconfig
index 7693411..2c58fd2 100644
--- a/core/toolchain/llvm/llvm/llvm.kconfig
+++ b/core/toolchain/llvm/llvm/llvm.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_LLVM
#
# llvm version
#
-config EMBTK_LLVM_HOST_VERSION_3_5_1
+config EMBTK_LLVM_HOST_VERSION_3_5_2
bool
select EMBTK_LLVM_HOST_NEED_PATCH
@@ -69,7 +69,7 @@ config EMBTK_LLVM_HOST_CATEGORY
#
config EMBTK_LLVM_HOST_VERSION_STRING
string
- default "3.5.1" if EMBTK_LLVM_HOST_VERSION_3_5_1
+ default "3.5.2" if EMBTK_LLVM_HOST_VERSION_3_5_2
default "3.4.1" if EMBTK_LLVM_HOST_VERSION_3_4_1
default "git" if EMBTK_LLVM_HOST_VERSION_GIT