Skip to content

Commit 9118520

Browse files
committed
Fix warnings about deprecated recipe.ar.pattern and std=gnu11
1 parent 4ad6141 commit 9118520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
4040
compiler.S.cmd=arm-none-eabi-gcc
4141
compiler.S.flags=-c -g -x assembler-with-cpp
4242
compiler.cpp.cmd=arm-none-eabi-g++
43-
compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
43+
compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
4444
compiler.ar.cmd=arm-none-eabi-ar
4545
compiler.ar.flags=rcs
4646
compiler.objcopy.cmd=arm-none-eabi-objcopy

0 commit comments

Comments
 (0)