4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-20 01:33:30 +08:00

17 lines
492 B
Plaintext

menu "C/C++ and POSIX layer"
config RT_USING_EXTERNAL_LIBC
bool
help
This is for external libc(e.g. mlib),
and NOT for newlib or picolibc which are inherent in the toolchains.
Usually, the external libc should be a software package and select
RT_USING_EXTERNAL_LIBC in software package's Kconfig
This option is not available for users to select.
rsource "compilers/common/Kconfig"
rsource "posix/Kconfig"
rsource "cplusplus/Kconfig"
endmenu