[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':
|
if rtconfig.CROSS_TOOL == 'gcc':
|
||||||
LOCAL_CCFLAGS += ' -std=c99'
|
LOCAL_CCFLAGS += ' -std=c99'
|
||||||
elif rtconfig.CROSS_TOOL == 'keil':
|
elif rtconfig.CROSS_TOOL == 'keil':
|
||||||
LOCAL_CCFLAGS += ' --c99'
|
LOCAL_CCFLAGS += ' '
|
||||||
|
|
||||||
src += src_device
|
src += src_device
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user