From 610b0bb736e2048b4d1a5381ce41ffe18a926599 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 17 Apr 2013 22:01:50 +0200 Subject: Toolchain: llvm/libc++: embtoolkit-1.2.0 is being released and libc++ was not enough tested, disable it Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/compiler-options.kconfig | 16 ++++++++-------- 1 file 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" -- cgit v1.2.3