mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 13:43:31 +08:00
[spi/SConscript] armclang doesn't support --c99 option.
This commit is contained in:
parent
1679a9c618
commit
47a23a93f5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user