[Libc] move gmtime_r api to rt-thread\components\libc\compilers\common

This commit is contained in:
zylx
2018-10-26 14:10:38 +08:00
parent 3bf68f2f42
commit 920d6ecec7
4 changed files with 100 additions and 148 deletions

View File

@@ -0,0 +1,12 @@
from building import *
Import('rtconfig')
src = Glob('*.c')
cwd = GetCurrentDir()
group = []
CPPPATH = [cwd]
group = DefineGroup('libc', src, depend = ['RT_USING_LIBC'], CPPPATH = CPPPATH)
Return('group')