aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorricklon <rick.rickanderson@gmail.com>2011-06-29 20:21:35 -0400
committerricklon <rick.rickanderson@gmail.com>2011-06-29 20:21:35 -0400
commit19a96e45c1c619948a2352418aee91c183203fe5 (patch)
tree8fefcbf6774bd6504b461408f4d054842ce36113
parentfad37544d39aa0f14828cf1f5acd3168218b7f58 (diff)
fixed an issue, -Wl,--gc-sections needed to have a comma.
-rwxr-xr-xplatforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms.txt b/platforms.txt
index d946b82..ae495d5 100755
--- a/platforms.txt
+++ b/platforms.txt
@@ -43,7 +43,7 @@ avr.name=Arduino
#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++