summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-12-24 10:11:57 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-12-24 10:11:57 +0100
commitab4fbc462e0cd1b6a5c49b37602140394fda30b1 (patch)
tree3e29921606010b467d450403677618e94b452169
parentebc73a8b30d5bc9f52bc279a233736c4e4b397c3 (diff)
downloadembtoolkit-ab4fbc462e0cd1b6a5c49b37602140394fda30b1.tar.gz
embtoolkit-ab4fbc462e0cd1b6a5c49b37602140394fda30b1.tar.bz2
embtoolkit-ab4fbc462e0cd1b6a5c49b37602140394fda30b1.tar.xz
Toolchain: clang/llvm: bump 3.2 version and associated patch set
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/llvm/clang.kconfig4
-rw-r--r--kconfig/llvm/llvm.kconfig4
2 files changed, 8 insertions, 0 deletions
diff --git a/kconfig/llvm/clang.kconfig b/kconfig/llvm/clang.kconfig
index 4525ac2..a52e705 100644
--- a/kconfig/llvm/clang.kconfig
+++ b/kconfig/llvm/clang.kconfig
@@ -35,6 +35,9 @@ choice
help
Version of clang you wish
+ config EMBTK_CLANG_VERSION_3_2
+ bool "clang-3.2"
+ select EMBTK_CLANG_NEED_PATCH
config EMBTK_CLANG_VERSION_GIT
bool "Use clang git repository"
help
@@ -67,6 +70,7 @@ config EMBTK_CLANG_REFSPEC
#
config EMBTK_CLANG_VERSION_STRING
string
+ default "3.2" if EMBTK_CLANG_VERSION_3_2
default "git" if EMBTK_CLANG_VERSION_GIT
diff --git a/kconfig/llvm/llvm.kconfig b/kconfig/llvm/llvm.kconfig
index c85b1a8..b8b9463 100644
--- a/kconfig/llvm/llvm.kconfig
+++ b/kconfig/llvm/llvm.kconfig
@@ -35,6 +35,9 @@ choice
help
Version of llvm you wish
+ config EMBTK_LLVM_VERSION_3_2
+ bool "llvm-3.2"
+ select EMBTK_LLVM_NEED_PATCH
config EMBTK_LLVM_VERSION_GIT
bool "Use llvm git repository"
help
@@ -67,6 +70,7 @@ config EMBTK_LLVM_REFSPEC
#
config EMBTK_LLVM_VERSION_STRING
string
+ default "3.2" if EMBTK_LLVM_VERSION_3_2
default "git" if EMBTK_LLVM_VERSION_GIT