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 @@ -19,11 +19,11 @@ compiler.path={build.compiler_path}
1919compiler.c.cmd={build.crossprefix}gcc
2020compiler.c.flags=-g -c {compiler.warning_flags} {compiler.zephyr.defines} {compiler.zephyr.cflags} {compiler.zephyr.arch.define} -MMD -mcpu={build.mcu} {build.float-abi} {build.fpu}
2121compiler.c.elf.cmd={build.crossprefix}g++
22- compiler.c.elf.flags=-r -Wl,--gc-sections -e main
22+ compiler.c.elf.flags=-r -Wl,--gc-sections -e main -mcpu={build.mcu} {build.float-abi} {build.fpu} -std=c++17
2323compiler.S.cmd={build.crossprefix}g++
2424compiler.S.flags=-c -x assembler-with-cpp -mcpu={build.mcu} {build.fpu}
2525compiler.cpp.cmd={build.crossprefix}g++
26- compiler.cpp.flags=-g -Os -c {compiler.warning_flags} {compiler.zephyr.defines} {compiler.zephyr.cxxflags} {compiler.zephyr.arch.define} -MMD -mcpu={build.mcu} {build.float-abi} {build.fpu}
26+ compiler.cpp.flags=-g -Os -std=c++17 - c {compiler.warning_flags} {compiler.zephyr.defines} {compiler.zephyr.cxxflags} {compiler.zephyr.arch.define} -MMD -mcpu={build.mcu} {build.float-abi} {build.fpu}
2727compiler.ar.cmd={build.crossprefix}ar
2828compiler.ar.flags=rcs
2929compiler.objcopy.cmd=
You can’t perform that action at this time.
0 commit comments