mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:18:50 +08:00
[libc]rename group name
This commit is contained in:
@@ -10,5 +10,5 @@ group = []
|
||||
src += Glob('*.c')
|
||||
|
||||
if rtconfig.PLATFORM != 'gcc' or rtconfig.ARCH == 'sim':
|
||||
group = DefineGroup('compiler-libc', src, depend = [], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('Compiler', src, depend = [''], CPPPATH = CPPPATH)
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user