mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 05:23:46 +00:00
support llvm-arm 16.0
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
48557de148
commit
82ccbc40db
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user