File tree Expand file tree Collapse file tree 4 files changed +6
-19
lines changed Expand file tree Collapse file tree 4 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 6464
6565/* SECTION: the runtime libc library */
6666/* the runtime libc library */
67- #define RT_USING_NEWLIB
67+ #define RT_USING_LIBC
6868#define RT_USING_PTHREADS
6969
7070/* Using Module System */
Original file line number Diff line number Diff line change 8787// </section>
8888
8989// <section name="LIBC" description="C Runtime library setting" default="always" >
90- // <bool name="RT_USING_NEWLIB " description="Using newlib library, only available under GNU GCC " default="true" />
91- #define RT_USING_NEWLIB
90+ // <bool name="RT_USING_LIBC " description="Using C library" default="true" />
91+ #define RT_USING_LIBC
9292// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
9393#define RT_USING_PTHREADS
9494// </section>
Original file line number Diff line number Diff line change 8787#define FINSH_USING_DESCRIPTION
8888
8989/* SECTION: libc management */
90- #ifdef __CC_ARM
91- /* #define RT_USING_MINILIBC */
92- /* #define RT_USING_NEWLIB */
93- #endif
94-
95- #ifdef __ICCARM__
96- /* #define RT_USING_MINILIBC */
97- /* #define RT_USING_NEWLIB */
98- #endif
99-
100- #ifdef __GNUC__
101- /* #define RT_USING_MINILIBC */
102- #define RT_USING_NEWLIB
103- #endif
90+ #define RT_USING_LIBC
10491
10592/* SECTION: device filesystem */
10693/* #define RT_USING_DFS */
Original file line number Diff line number Diff line change 103103// </section>
104104
105105// <section name="LIBC" description="C Runtime library setting" default="always" >
106- // <bool name="RT_USING_NEWLIB " description="Using newlib library, only available under GNU GCC " default="true" />
107- #define RT_USING_NEWLIB
106+ // <bool name="RT_USING_LIBC " description="Using C library" default="true" />
107+ #define RT_USING_LIBC
108108// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
109109#define RT_USING_PTHREADS
110110// </section>
You can’t perform that action at this time.
0 commit comments