Skip to content

Commit a7cff69

Browse files
committed
adapter ls2k compiler
1 parent 5808c7e commit a7cff69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ path += [cwd + '/port/modules/machine']
2525
LOCAL_CCFLAGS = ''
2626

2727
if rtconfig.CROSS_TOOL == 'gcc':
28-
LOCAL_CCFLAGS += ' -std=c99'
28+
LOCAL_CCFLAGS += ' -std=gnu99'
2929
elif rtconfig.CROSS_TOOL == 'keil':
3030
LOCAL_CCFLAGS += ' --c99 --gnu'
3131

0 commit comments

Comments
 (0)