diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-06-25 12:51:56 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-06-25 12:51:56 -0400 |
commit | 817c3d15e7c75c92743435e12982253346b5d39e (patch) | |
tree | d2fa29808bfdd2e7b5bfb44703cd4d704ee25303 | |
parent | d81d7f8415e4a9e909ea411e9b1dc3cc73cdb758 (diff) |
Adapting Rick's platform work to other platform changes.
-rwxr-xr-x | platforms.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms.txt b/platforms.txt index d946b82..a82454e 100755 --- a/platforms.txt +++ b/platforms.txt @@ -38,12 +38,12 @@ avr.recipe.objcopy.hex.pattern={0}{1}|{2}|{3}.elf|{4}.hex ######################################################## -avr.name=Arduino +avr.name=avr #avr.compiler.path Official default is correct, only need to change this if you want to overide the initial default #avr.compiler.path={0}/hardware/tools/avr/bin/ avr.compiler.c.cmd=avr-gcc avr.compiler.c.flags=|-c|-g|-Os|-w|-ffunction-sections|-fdata-sections -avr.compiler.c.elf.flags=|-Os|-Wl|--gc-sections +avr.compiler.c.elf.flags=|-Os|-Wl,--gc-sections avr.compiler.c.elf.cmd=avr-gcc avr.compiler.S.flags=|-c|-g|-assembler-with-cpp avr.compiler.cpp.cmd=avr-g++ @@ -59,6 +59,6 @@ avr.compiler.cpudef=-mmcu= avr.compiler.upload.cmd= avr.compiler.upload.flags= avr.compiler.define=-DARDUINO= -avr.library.path=./hardware/arduino/cores/arduino +avr.library.path=./hardware/avr/cores/arduino avr.library.core.path=./libraries |