cf99fb40c9
Squashed commit of the following: libs/libxx: Fix some confusing in naming. If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected). libs/: Fix paths in moved library directories. libs: Brute force move of libc, libnx, and libxx to libs. Cannot yet build it in that configuration.
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
#menu "Wide character suppoort"
|
|
|
|
config LIBC_WCHAR
|
|
bool "Enable wide-characters (Unicode) support"
|
|
default n
|
|
---help---
|
|
By default, wide-characters support is disabled.
|
|
|
|
#endmenu # Wide character suppoort
|