4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-29 18:10:26 +08:00
Bernard Xiong b7a71b8552
Merge pull request #4371 from mysterywolf/fixold
[libc] 去除RT_USING_NOLIBC 历史遗留
2021-02-24 16:45:29 +08:00
..
2021-02-12 20:36:17 +08:00
2021-02-23 11:28:25 +08:00
2021-02-17 00:02:28 +08:00
2021-02-12 20:36:17 +08:00
2021-02-22 17:02:45 +08:00

Attentions

  1. This folder is "common" for armlibc newlibc and dlib.

  2. If you want to add new .c files, please do not forget to fix SConscript file too. eg:

if GetDepend('RT_USING_POSIX') == False:
        SrcRemove(src, ['unistd.c'])