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:
parent
dc8013ab76
commit
7dd81cc5c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue