support llvm-arm 16.0

This commit is contained in:
guozhanxin
2023-05-17 17:17:38 +08:00
committed by Man, Jianting (Meco)
parent 48557de148
commit 82ccbc40db
10 changed files with 149 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ if rtconfig.PLATFORM in ['armcc', 'armclang']:
if rtconfig.PLATFORM == 'armclang':
src += Glob('*_rvds.S')
if rtconfig.PLATFORM in ['gcc']:
if rtconfig.PLATFORM in ['gcc', 'llvm-arm']:
src += Glob('*_init.S')
src += Glob('*_gcc.S')