소스 검색

[libc] add comment for RT_USING_EXTERNAL_LIBC

Meco Man 1 년 전
부모
커밋
2324794825
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      components/libc/Kconfig

+ 4 - 0
components/libc/Kconfig

@@ -1,5 +1,9 @@
 menu "C/C++ and POSIX layer"
 
+# 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
 config RT_USING_EXTERNAL_LIBC
     bool