|
@@ -122,8 +122,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>
|