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
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ comment "LLVM C++ Library (libcxx)"
config LIBCXX
bool "Build LLVM libcxx (must be installed)"
default n
select LIBC_WCHAR
select TIME_EXTENDED
---help---
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