File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ compiler.c.cmd=avr-gcc
17
17
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD
18
18
compiler.c.elf.flags=-Os -Wl,--gc-sections
19
19
compiler.c.elf.cmd=avr-gcc
20
- compiler.S.flags=-c -g -assembler-with-cpp
20
+ compiler.S.flags=-c -g -x assembler-with-cpp
21
21
compiler.cpp.cmd=avr-g++
22
22
compiler.cpp.flags=-c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD
23
23
compiler.ar.cmd=avr-ar
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ compiler.c.cmd=arm-none-eabi-gcc
15
15
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf
16
16
compiler.c.elf.cmd=arm-none-eabi-g++
17
17
compiler.c.elf.flags=-Os -Wl,--gc-sections
18
- compiler.S.flags=-c -g -assembler-with-cpp
18
+ compiler.S.flags=-c -g -x assembler-with-cpp
19
19
compiler.cpp.cmd=arm-none-eabi-g++
20
20
compiler.cpp.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf
21
21
compiler.ar.cmd=arm-none-eabi-ar
You can’t perform that action at this time.
0 commit comments