diff options
author | ricklon <rick.rickanderson@gmail.com> | 2011-06-17 22:12:21 -0400 |
---|---|---|
committer | ricklon <rick.rickanderson@gmail.com> | 2011-06-17 22:12:21 -0400 |
commit | 9936efbaa2615ca65125de1e314075cfd6d8ca6f (patch) | |
tree | 9c45fa1575e03d63743b6c332f8017c8110f4a20 | |
parent | 8f9296c43e1983a5c515bced07ed177f8be6978e (diff) |
Switched to a nonconflicting delimeter |. Compile process is working. Need to make sure that it matches 1.0 process exactly.
-rwxr-xr-x | platforms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms.txt b/platforms.txt index 3f1d2eb..dbb3a40 100755 --- a/platforms.txt +++ b/platforms.txt @@ -51,7 +51,7 @@ avr.compiler.cpp.flags=|-c|-g|-Os|-w|-fno-exceptions|-ffunction-sections|-fdata- avr.compiler.ar.cmd=avr-ar avr.compiler.ar.flags=rcs 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.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= |