summaryrefslogtreecommitdiff
path: root/core/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain')
-rw-r--r--core/toolchain/llvm/clang-llvm.kconfig4
-rw-r--r--core/toolchain/llvm/clang/clang.kconfig4
-rw-r--r--core/toolchain/llvm/llvm/llvm.kconfig4
3 files changed, 0 insertions, 12 deletions
diff --git a/core/toolchain/llvm/clang-llvm.kconfig b/core/toolchain/llvm/clang-llvm.kconfig
index 4f07ce3..3e48bf9 100644
--- a/core/toolchain/llvm/clang-llvm.kconfig
+++ b/core/toolchain/llvm/clang-llvm.kconfig
@@ -39,10 +39,6 @@ choice
bool "clang/llvm-3.3"
select EMBTK_LLVM_HOST_VERSION_3_3
select EMBTK_CLANG_HOST_VERSION_3_3
- config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_3_2
- bool "clang/llvm-3.2"
- select EMBTK_LLVM_HOST_VERSION_3_2
- select EMBTK_CLANG_HOST_VERSION_3_2
config EMBTK_CLANG_HOST_LLVM_HOST_VERSION_GIT
bool "Use clang/llvm git repository"
select EMBTK_LLVM_HOST_VERSION_GIT
diff --git a/core/toolchain/llvm/clang/clang.kconfig b/core/toolchain/llvm/clang/clang.kconfig
index 51c619d..2988b67 100644
--- a/core/toolchain/llvm/clang/clang.kconfig
+++ b/core/toolchain/llvm/clang/clang.kconfig
@@ -36,9 +36,6 @@ config EMBTK_CLANG_HOST_VERSION_3_4_1
config EMBTK_CLANG_HOST_VERSION_3_3
bool
select EMBTK_CLANG_HOST_NEED_PATCH
-config EMBTK_CLANG_HOST_VERSION_3_2
- bool
- select EMBTK_CLANG_HOST_NEED_PATCH
config EMBTK_CLANG_HOST_VERSION_GIT
bool
@@ -72,7 +69,6 @@ config EMBTK_CLANG_HOST_REFSPEC
config EMBTK_CLANG_HOST_VERSION_STRING
string
default "3.4.1" if EMBTK_CLANG_HOST_VERSION_3_4_1
- default "3.3" if EMBTK_CLANG_HOST_VERSION_3_3
default "3.2" if EMBTK_CLANG_HOST_VERSION_3_2
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 11120f0..6a7e049 100644
--- a/core/toolchain/llvm/llvm/llvm.kconfig
+++ b/core/toolchain/llvm/llvm/llvm.kconfig
@@ -36,9 +36,6 @@ config EMBTK_LLVM_HOST_VERSION_3_4_1
config EMBTK_LLVM_HOST_VERSION_3_3
bool
select EMBTK_LLVM_HOST_NEED_PATCH
-config EMBTK_LLVM_HOST_VERSION_3_2
- bool
- select EMBTK_LLVM_HOST_NEED_PATCH
config EMBTK_LLVM_HOST_VERSION_GIT
bool
@@ -73,7 +70,6 @@ config EMBTK_LLVM_HOST_VERSION_STRING
string
default "3.4.1" if EMBTK_LLVM_HOST_VERSION_3_4_1
default "3.3" if EMBTK_LLVM_HOST_VERSION_3_3
- default "3.2" if EMBTK_LLVM_HOST_VERSION_3_2
default "git" if EMBTK_LLVM_HOST_VERSION_GIT