We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5808c7e commit a7cff69Copy full SHA for a7cff69
SConscript
@@ -25,7 +25,7 @@ path += [cwd + '/port/modules/machine']
25
LOCAL_CCFLAGS = ''
26
27
if rtconfig.CROSS_TOOL == 'gcc':
28
- LOCAL_CCFLAGS += ' -std=c99'
+ LOCAL_CCFLAGS += ' -std=gnu99'
29
elif rtconfig.CROSS_TOOL == 'keil':
30
LOCAL_CCFLAGS += ' --c99 --gnu'
31
0 commit comments