mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
[spi/SConscript] armclang doesn't support --c99 option.
This commit is contained in:
@@ -28,7 +28,7 @@ if GetDepend('RT_USING_SFUD'):
|
||||
if rtconfig.CROSS_TOOL == 'gcc':
|
||||
LOCAL_CCFLAGS += ' -std=c99'
|
||||
elif rtconfig.CROSS_TOOL == 'keil':
|
||||
LOCAL_CCFLAGS += ' --c99'
|
||||
LOCAL_CCFLAGS += ' '
|
||||
|
||||
src += src_device
|
||||
|
||||
|
||||
Reference in New Issue
Block a user