[components/libc]armclang支持相关

This commit is contained in:
liruncong 2019-02-18 18:29:22 +08:00
parent ce9629cb57
commit 4f108dbadf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if GetDepend('RT_USING_DFS') == False:
if GetDepend('RT_USING_MODULE') == False:
SrcRemove(src, ['libc_syms.c'])
if rtconfig.PLATFORM == 'armcc':
if rtconfig.PLATFORM == 'armcc' or rtconfig.PLATFORM == 'armclang':
group = DefineGroup('libc', src, depend = ['RT_USING_LIBC'],
CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)