rm CPP's RT_USE_LIBC depends

Signed-off-by: SchumyHao <bob-hjl@126.com>
This commit is contained in:
SchumyHao 2015-11-15 16:36:57 +08:00
parent f1e92c63f2
commit 1eea52307b

View File

@ -6,6 +6,6 @@ cwd = GetCurrentDir()
src = Glob('*.cpp') + Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('CPlusPlus', src, depend = ['RT_USING_CPLUSPLUS', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
group = DefineGroup('CPlusPlus', src, depend = ['RT_USING_CPLUSPLUS'], CPPPATH = CPPPATH)
Return('group')