summaryrefslogtreecommitdiff
path: root/kconfig/compiler-options.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/compiler-options.kconfig')
-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"