Skip to content

Commit

Permalink
Added ldflags to the platforms.txt as an option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklon committed Mar 16, 2011
1 parent ffa4889 commit 2083fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/arduino/platforms.txt
Expand Up @@ -52,6 +52,7 @@ avr.compiler.objcopy.cmd=avr-objcopy
avr.compiler.objcopy.eep.flags= -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0
avr.compiler.elf2hex.flags= -O ihex -R .eeprom
avr.compiler.elf2hex.cmd=avr-objcopy
avr.compiler.ldflags=
avr.compiler.cpudef=-mmcu=
avr.compiler.upload.cmd=
avr.compiler.upload.flags=
Expand Down

0 comments on commit 2083fe9

Please sign in to comment.