mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 12:15:32 +08:00
add clang-arm support.
This commit is contained in:
committed by
Bernard Xiong
parent
f20eef99db
commit
a5f6fdc780
@@ -7,7 +7,7 @@ group = []
|
||||
LIBS = ['m'] # link libm
|
||||
CPPPATH = [cwd]
|
||||
|
||||
if rtconfig.PLATFORM == 'gcc':
|
||||
if rtconfig.PLATFORM == 'gcc' or rtconfig.PLATFORM == 'clang':
|
||||
if GetDepend('RT_USING_LIBC'):
|
||||
LIBS += ['c'] # link libc
|
||||
src += Glob('*.c')
|
||||
|
||||
Reference in New Issue
Block a user