Keep --c99 flag and append MDK5 building notification.

This commit is contained in:
Wayne Lin
2021-03-08 23:25:38 +08:00
parent 47a23a93f5
commit 802a2a03f3
2 changed files with 4 additions and 2 deletions

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 += ' '
LOCAL_CCFLAGS += ' --c99'
src += src_device