Skip to content

Commit 486e14a

Browse files
committed
Fixing linker command line argument.
1 parent 7e1e9bf commit 486e14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/platforms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ avr.name=Arduino
4343
#avr.compiler.path={0}/hardware/tools/avr/bin/
4444
avr.compiler.c.cmd=avr-gcc
4545
avr.compiler.c.flags=|-c|-g|-Os|-w|-ffunction-sections|-fdata-sections
46-
avr.compiler.c.elf.flags=|-Os|-Wl|--gc-sections
46+
avr.compiler.c.elf.flags=|-Os|-Wl,--gc-sections
4747
avr.compiler.c.elf.cmd=avr-gcc
4848
avr.compiler.S.flags=|-c|-g|-assembler-with-cpp
4949
avr.compiler.cpp.cmd=avr-g++

0 commit comments

Comments
 (0)