[BSP] use RT_USING_LIBC instead of RT_USING_NEWLIB

This commit is contained in:
Bernard Xiong 2014-11-01 09:15:07 +08:00
parent d2e15a52e6
commit 1b793ad039
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@
// </section>
// <section name="LIBC" description="C Runtime library setting" default="always" >
// <bool name="RT_USING_NEWLIB" description="Using newlib library, only available under GNU GCC" default="true" />
// #define RT_USING_NEWLIB
// <bool name="RT_USING_LIBC" description="Using C library" default="true" />
// #define RT_USING_LIBC
// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
// #define RT_USING_PTHREADS
// </section>