readme.md 256 字节
Newer Older
mysterywolf's avatar
mysterywolf 已提交
1
## Attentions
mysterywolf's avatar
mysterywolf 已提交
2

mysterywolf's avatar
mysterywolf 已提交
3
1. This folder is "common" for armlibc newlibc and dlib.
mysterywolf's avatar
mysterywolf 已提交
4

mysterywolf's avatar
mysterywolf 已提交
5
2. If you want to add new `.c` files, please do not forget to fix SConscript file too. eg:
mysterywolf's avatar
mysterywolf 已提交
6 7 8 9 10

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