File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ name=RFduino Boards
13
13
14
14
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
15
15
compiler.c.cmd=arm-none-eabi-gcc
16
- compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -fno-builtin -MMD
16
+ compiler.c.flags=-c -g -Os -w -std=gnu11 - ffunction-sections -fdata-sections -fno-builtin -MMD
17
17
compiler.c.elf.cmd=arm-none-eabi-g++
18
18
# -u _printf_float
19
19
compiler.c.elf.flags=-Wl,--gc-sections --specs=nano.specs
20
20
compiler.S.flags=-c -g -assembler-with-cpp
21
21
compiler.cpp.cmd=arm-none-eabi-g++
22
- compiler.cpp.flags=-c -g -Os -w -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fno-builtin -MMD
22
+ compiler.cpp.flags=-c -g -Os -w -std=gnu++11 - ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fno-builtin -MMD
23
23
compiler.ar.cmd=arm-none-eabi-ar
24
24
compiler.ar.flags=rcs
25
25
compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments