[SConscript] change libcpu to LIBARCH,and correcte letter case

This commit is contained in:
yangjie11
2020-11-30 15:45:58 +08:00
parent bec364385c
commit ba83ddc3c4
80 changed files with 80 additions and 80 deletions

View File

@@ -15,7 +15,7 @@ CPPDEFINES = ['RT_USING_NEWLIB']
LIBS = ['c', 'm']
if rtconfig.PLATFORM == 'gcc':
group = DefineGroup('Newlib', src, depend = ['RT_USING_LIBC'],
group = DefineGroup('NewLIB', src, depend = ['RT_USING_LIBC'],
CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES, LIBS = LIBS)
Return('group')