mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-18 18:34:20 +08:00
[rtdef][libc] solve the conflicts between libc data types and rtdef data types (#5961)
This commit is contained in:

committed by
GitHub

parent
50a42331e6
commit
c147ff417c
@@ -4,7 +4,7 @@ Import('rtconfig')
|
||||
src = Glob('*.c')
|
||||
group = []
|
||||
|
||||
CPPDEFINES = ['RT_USING_ARM_LIBC']
|
||||
CPPDEFINES = ['RT_USING_ARM_LIBC', 'RT_USING_LIBC']
|
||||
|
||||
if rtconfig.PLATFORM in ['armcc', 'armclang']:
|
||||
group = DefineGroup('Compiler', src, depend = [''], CPPDEFINES = CPPDEFINES)
|
||||
|
Reference in New Issue
Block a user