mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
support llvm-arm 16.0
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
48557de148
commit
82ccbc40db
@@ -29,7 +29,7 @@ if GetDepend('RT_USING_SFUD'):
|
||||
if GetDepend('RT_SFUD_USING_SFDP'):
|
||||
src_device += ['sfud/src/sfud_sfdp.c']
|
||||
|
||||
if rtconfig.PLATFORM in ['gcc', 'armclang']:
|
||||
if rtconfig.PLATFORM in ['gcc', 'armclang', 'llvm-arm']:
|
||||
LOCAL_CFLAGS += ' -std=c99'
|
||||
elif rtconfig.PLATFORM in ['armcc']:
|
||||
LOCAL_CFLAGS += ' --c99'
|
||||
|
||||
Reference in New Issue
Block a user