summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-04-17 22:01:50 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-04-17 22:01:50 +0200
commit610b0bb736e2048b4d1a5381ce41ffe18a926599 (patch)
treefe225b461d09c9c445693bbcc25594e376c3dc7e
parent69b3384c3bf341a9a9b51b2b1cc65e153f3b194d (diff)
downloadembtoolkit-610b0bb736e2048b4d1a5381ce41ffe18a926599.tar.gz
embtoolkit-610b0bb736e2048b4d1a5381ce41ffe18a926599.tar.bz2
embtoolkit-610b0bb736e2048b4d1a5381ce41ffe18a926599.tar.xz
Toolchain: llvm/libc++: embtoolkit-1.2.0 is being released and libc++ was not enough tested, disable it
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/compiler-options.kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/kconfig/compiler-options.kconfig b/kconfig/compiler-options.kconfig
index b53e453..13f97c6 100644
--- a/kconfig/compiler-options.kconfig
+++ b/kconfig/compiler-options.kconfig
@@ -47,16 +47,16 @@ choice
runtime exception (see http://gcc.gnu.org/onlinedocs for more
details).
- config EMBTK_CXXLIB_LLVM_LIBCXX
- bool "LLVM libc++"
- depends on (EMBTK_LLVM_ONLY_TOOLCHAIN || EMBTK_GCC_AND_LLVM_TOOLCHAIN) && (EMBTK_ARCH_MIPS && EMBTK_TARGET_ARCH_32BITS)
- help
- LLVM C++ standard library implementation, under
- the MIT license and the UIUC License (a BSD-like license).
- See http://libcxx.llvm.org
-
endchoice
+config EMBTK_CXXLIB_LLVM_LIBCXX
+ bool
+ depends on (EMBTK_LLVM_ONLY_TOOLCHAIN || EMBTK_GCC_AND_LLVM_TOOLCHAIN) && (EMBTK_ARCH_MIPS && EMBTK_TARGET_ARCH_32BITS)
+ help
+ LLVM C++ standard library implementation, under
+ the MIT license and the UIUC License (a BSD-like license).
+ See http://libcxx.llvm.org
+
source "kconfig/libc++/libc++/libcxx.kconfig"
source "kconfig/libc++/libcxxrt/libcxxrt.kconfig"