2022-03-25 23:07:18 +08:00
|
|
|
menu "C/C++ and POSIX layer"
|
2017-01-31 11:54:12 +08:00
|
|
|
|
2023-04-30 12:19:57 +08:00
|
|
|
config RT_USING_EXTERNAL_LIBC
|
|
|
|
bool
|
2023-11-21 22:39:42 +08:00
|
|
|
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.
|
2023-04-30 12:19:57 +08:00
|
|
|
|
2023-08-12 12:44:36 +08:00
|
|
|
source "$RTT_DIR/components/libc/compilers/common/Kconfig"
|
2021-12-01 03:50:10 +08:00
|
|
|
source "$RTT_DIR/components/libc/posix/Kconfig"
|
2022-03-25 23:07:18 +08:00
|
|
|
source "$RTT_DIR/components/libc/cplusplus/Kconfig"
|
2019-12-26 11:03:51 +08:00
|
|
|
|
2017-01-31 11:54:12 +08:00
|
|
|
endmenu
|