add armclang support

This commit is contained in:
shuobatian
2021-01-11 20:07:12 +08:00
parent feafb5579b
commit 791527caca
3 changed files with 40 additions and 1 deletions
+3
View File
@@ -11,6 +11,9 @@ CPPPATH = [cwd]
if rtconfig.PLATFORM == 'armcc':
src += Glob('*_rvds.S')
if rtconfig.PLATFORM == 'armclang':
src += Glob('*_rvds.S')
if rtconfig.PLATFORM == 'gcc':
src += Glob('*_init.S')
src += Glob('*_gcc.S')