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.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