libs/libxx/Kconfig: utomatically select CONFIG_LIBC_WCHAR and CONFIG_TIME_EXTENDED when CONFIG_LIBCXX is selected since libcxx compile fails if without these two option

This commit is contained in:
Gregory Nutt 2019-01-27 07:00:07 -06:00
parent dc8013ab76
commit 7dd81cc5c2

View File

@ -41,6 +41,8 @@ comment "LLVM C++ Library (libcxx)"
config LIBCXX config LIBCXX
bool "Build LLVM libcxx (must be installed)" bool "Build LLVM libcxx (must be installed)"
default n default n
select LIBC_WCHAR
select TIME_EXTENDED
---help--- ---help---
If you have installed libcxx into the NuttX source tree, then it can If you have installed libcxx into the NuttX source tree, then it can
be built by selecting this option. See the README.txt file in the be built by selecting this option. See the README.txt file in the