mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-19 20:43:43 +08:00
Signed-off-by: mysterywolf
This commit is contained in:
@@ -8,13 +8,13 @@ group = []
|
|||||||
CPPPATH = [cwd]
|
CPPPATH = [cwd]
|
||||||
|
|
||||||
if GetDepend('RT_USING_LIBC'):
|
if GetDepend('RT_USING_LIBC'):
|
||||||
src += Glob('*.c')
|
src += Glob('*.c')
|
||||||
|
if GetDepend('RT_USING_POSIX') == False:
|
||||||
|
SrcRemove(src, ['unistd.c'])
|
||||||
else:
|
else:
|
||||||
if GetDepend('RT_LIBC_USING_TIME') and not GetDepend('RT_USING_MINILIBC'):
|
if GetDepend('RT_LIBC_USING_TIME') and not GetDepend('RT_USING_MINILIBC'):
|
||||||
src += ['time.c']
|
src += ['time.c']
|
||||||
|
|
||||||
if GetDepend('RT_USING_POSIX') == False:
|
|
||||||
SrcRemove(src, ['unistd.c'])
|
|
||||||
|
|
||||||
if not GetDepend('RT_USING_MINILIBC') and (GetDepend('RT_USING_LIBC') or GetDepend('RT_LIBC_USING_TIME')):
|
if not GetDepend('RT_USING_MINILIBC') and (GetDepend('RT_USING_LIBC') or GetDepend('RT_LIBC_USING_TIME')):
|
||||||
group = DefineGroup('libc', src, depend = [''], CPPPATH = CPPPATH)
|
group = DefineGroup('libc', src, depend = [''], CPPPATH = CPPPATH)
|
||||||
|
Reference in New Issue
Block a user