mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 16:57:20 +00:00
[libc] remove strdup from rtthread.h (#6026)
add __STDC_LIMIT_MACROS macro in Keil add RT_USING_LIBC in simulator add _DLIB_ADD_EXTRA_SYMBOLS=0 in IAR
This commit is contained in:
committed by
GitHub
parent
02b176f8cb
commit
fb3f835089
@@ -4,7 +4,7 @@ Import('rtconfig')
|
||||
src = Glob('*.c')
|
||||
group = []
|
||||
|
||||
CPPDEFINES = ['RT_USING_DLIBC', 'RT_USING_LIBC']
|
||||
CPPDEFINES = ['RT_USING_DLIBC', 'RT_USING_LIBC', '_DLIB_ADD_EXTRA_SYMBOLS=0']
|
||||
|
||||
if rtconfig.PLATFORM == 'iar':
|
||||
if GetDepend('DFS_USING_POSIX'):
|
||||
|
||||
Reference in New Issue
Block a user