[libc] Add more system header file for armlibc and dlib.

This commit is contained in:
Bernard Xiong
2015-05-04 20:35:28 +08:00
parent 10d3afde03
commit 0af011101d
11 changed files with 342 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@ CPPPATH = [cwd]
CPPDEFINES = ['RT_USING_DLIBC']
if rtconfig.PLATFORM == 'iar':
if GetDepend('RT_USING_DFS'):
CPPDEFINES = CPPDEFINES + ['_DLIB_FILE_DESCRIPTOR', '_DLIB_THREAD_SUPPORT']
group = DefineGroup('dlib', src, depend = ['RT_USING_LIBC'],
CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)