4
0
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:
Wayne Lin 2021-02-08 11:52:38 +08:00
parent 1679a9c618
commit 47a23a93f5

View File

@ -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