summaryrefslogtreecommitdiff
path: root/core/toolchain/llvm/clang/clang.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-12-29 23:36:35 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-12-29 23:36:35 +0100
commit47aef300faa990cbdb90794f5bd351c43402e6af (patch)
treebd36c5554dd70f6e16aed43de1bce7b1aa504b51 /core/toolchain/llvm/clang/clang.kconfig
parent3db4ba6533ac486e9ca1ddf11ebd8e81f765642c (diff)
downloadembtoolkit-47aef300faa990cbdb90794f5bd351c43402e6af.tar.gz
embtoolkit-47aef300faa990cbdb90794f5bd351c43402e6af.tar.bz2
embtoolkit-47aef300faa990cbdb90794f5bd351c43402e6af.tar.xz
Toolchain: llvm/clang: add v3.5.0 and drop v3.3 support
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.kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/toolchain/llvm/clang/clang.kconfig b/core/toolchain/llvm/clang/clang.kconfig
index 2988b67..b56c6e6 100644
--- a/core/toolchain/llvm/clang/clang.kconfig
+++ b/core/toolchain/llvm/clang/clang.kconfig
@@ -30,10 +30,11 @@ config EMBTK_HOST_HAVE_CLANG
#
# clang version
#
-config EMBTK_CLANG_HOST_VERSION_3_4_1
+config EMBTK_CLANG_HOST_VERSION_3_5_0
bool
select EMBTK_CLANG_HOST_NEED_PATCH
-config EMBTK_CLANG_HOST_VERSION_3_3
+
+config EMBTK_CLANG_HOST_VERSION_3_4_1
bool
select EMBTK_CLANG_HOST_NEED_PATCH
@@ -59,7 +60,7 @@ config EMBTK_CLANG_HOST_GIT_REVISION
help
Chechout a specific revision instead of the latest.
-config EMBTK_CLANG_HOST_REFSPEC
+config EMBTK_CLANG_HOST_CATEGORY
string
default "toolchain"
@@ -68,8 +69,8 @@ config EMBTK_CLANG_HOST_REFSPEC
#
config EMBTK_CLANG_HOST_VERSION_STRING
string
+ default "3.5.0" if EMBTK_CLANG_HOST_VERSION_3_5_0
default "3.4.1" if EMBTK_CLANG_HOST_VERSION_3_4_1
- default "3.2" if EMBTK_CLANG_HOST_VERSION_3_2
default "git" if EMBTK_CLANG_HOST_VERSION_GIT