mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
[SConscript] change libcpu to LIBARCH,and correcte letter case
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user