mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 22:42:40 +08:00
[libc] implement extension standard C functions (#6044)
* implement extension standard C functions
This commit is contained in:

committed by
GitHub

parent
8fa16f968a
commit
8bee7a0c23
@@ -4,7 +4,7 @@ Import('rtconfig')
|
||||
src = []
|
||||
cwd = GetCurrentDir()
|
||||
group = []
|
||||
CPPPATH = [cwd]
|
||||
CPPPATH = [cwd + '/include']
|
||||
CPPDEFINES = []
|
||||
|
||||
if rtconfig.PLATFORM in ['armcc', 'armclang']:
|
||||
|
Reference in New Issue
Block a user