summaryrefslogtreecommitdiff
path: root/core/toolchain
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
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')
-rw-r--r--core/toolchain/llvm/clang-llvm.kconfig8
-rw-r--r--core/toolchain/llvm/clang/clang.kconfig4
-rw-r--r--core/toolchain/llvm/llvm/llvm.kconfig4
3 files changed, 8 insertions, 8 deletions
diff --git a/core/toolchain/llvm/clang-llvm.kconfig b/core/toolchain/llvm/clang-llvm.kconfig
index a91e3bd..eb0ef0c 100644
--- a/core/toolchain/llvm/clang-llvm.kconfig
+++ b/core/toolchain/llvm/clang-llvm.kconfig
@@ -31,10 +31,10 @@ choice
help
Version of llvm you wish
- config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_3_5_0
- bool "clang/llvm-3.5.0"
- select EMBTK_LLVM_HOST_VERSION_3_5_0
- select EMBTK_CLANG_HOST_VERSION_3_5_0
+ 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_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 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
diff --git a/core/toolchain/llvm/llvm/llvm.kconfig b/core/toolchain/llvm/llvm/llvm.kconfig
index 46b69ae..7693411 100644
--- a/core/toolchain/llvm/llvm/llvm.kconfig
+++ b/core/toolchain/llvm/llvm/llvm.kconfig
@@ -30,7 +30,7 @@ config EMBTK_HOST_HAVE_LLVM
#
# llvm version
#
-config EMBTK_LLVM_HOST_VERSION_3_5_0
+config EMBTK_LLVM_HOST_VERSION_3_5_1
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.0" if EMBTK_LLVM_HOST_VERSION_3_5_0
+ default "3.5.1" if EMBTK_LLVM_HOST_VERSION_3_5_1
default "3.4.1" if EMBTK_LLVM_HOST_VERSION_3_4_1
default "git" if EMBTK_LLVM_HOST_VERSION_GIT