mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-17 16:32:14 +08:00
[LIBC] remove minilibc when compiling simulator under Linux
This commit is contained in:
@@ -14,7 +14,7 @@ if GetDepend('RT_USING_LIBC'):
|
||||
elif rtconfig.PLATFORM == 'iar':
|
||||
objs = objs + SConscript('dlib/SConscript')
|
||||
else:
|
||||
if rtconfig.PLATFORM == 'gcc':
|
||||
if rtconfig.PLATFORM == 'gcc' and rtconfig.ARCH != 'sim':
|
||||
objs = objs + SConscript('minilibc/SConscript')
|
||||
|
||||
Return('objs')
|
||||
|
Reference in New Issue
Block a user