summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-24 21:20:59 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-24 21:20:59 +0200
commitbf8fc823e6b53f07f743ce503d48c09da7331793 (patch)
tree562a31eb6228ef925ab87857a2e9de32ba8b210d
parentb1220387150b150908a3b854ef56bc12f715314b (diff)
downloadembtoolkit-bf8fc823e6b53f07f743ce503d48c09da7331793.tar.gz
embtoolkit-bf8fc823e6b53f07f743ce503d48c09da7331793.tar.bz2
embtoolkit-bf8fc823e6b53f07f743ce503d48c09da7331793.tar.xz
Toolchain: add {llvm,clang}-3.3 and needed patches
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/llvm/clang-llvm.kconfig6
-rw-r--r--kconfig/llvm/clang.kconfig7
-rw-r--r--kconfig/llvm/llvm.kconfig6
3 files changed, 15 insertions, 4 deletions
diff --git a/kconfig/llvm/clang-llvm.kconfig b/kconfig/llvm/clang-llvm.kconfig
index 6446aff..1e29995 100644
--- a/kconfig/llvm/clang-llvm.kconfig
+++ b/kconfig/llvm/clang-llvm.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+# Copyright(C) 2012-2013 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,6 +31,10 @@ choice
help
Version of llvm you wish
+ config EMBTK_CLANG_LLVM_VERSION_3_3
+ bool "clang/llvm-3.3"
+ select EMBTK_LLVM_VERSION_3_3
+ select EMBTK_CLANG_VERSION_3_3
config EMBTK_CLANG_LLVM_VERSION_3_2
bool "clang/llvm-3.2"
select EMBTK_LLVM_VERSION_3_2
diff --git a/kconfig/llvm/clang.kconfig b/kconfig/llvm/clang.kconfig
index 4afb51e..c727b16 100644
--- a/kconfig/llvm/clang.kconfig
+++ b/kconfig/llvm/clang.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+# Copyright(C) 2012-2013 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,9 @@ config EMTK_HAVE_CLANG
#
# clang version
#
-
+config EMBTK_CLANG_VERSION_3_3
+ bool
+ select EMBTK_CLANG_NEED_PATCH
config EMBTK_CLANG_VERSION_3_2
bool
select EMBTK_CLANG_NEED_PATCH
@@ -66,6 +68,7 @@ config EMBTK_CLANG_REFSPEC
#
config EMBTK_CLANG_VERSION_STRING
string
+ default "3.3" if EMBTK_CLANG_VERSION_3_3
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 4d29c4f..10e7717 100644
--- a/kconfig/llvm/llvm.kconfig
+++ b/kconfig/llvm/llvm.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+# Copyright(C) 2012-2013 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,6 +30,9 @@ config EMTK_HAVE_LLVM
#
# llvm version
#
+config EMBTK_LLVM_VERSION_3_3
+ bool
+ select EMBTK_LLVM_NEED_PATCH
config EMBTK_LLVM_VERSION_3_2
bool
select EMBTK_LLVM_NEED_PATCH
@@ -65,6 +68,7 @@ config EMBTK_LLVM_REFSPEC
#
config EMBTK_LLVM_VERSION_STRING
string
+ default "3.3" if EMBTK_LLVM_VERSION_3_3
default "3.2" if EMBTK_LLVM_VERSION_3_2
default "git" if EMBTK_LLVM_VERSION_GIT