diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2015-03-13 16:07:21 +0100 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2015-03-27 14:51:15 +0100 |
commit | 1aba03acca4538cbfd77f9d186017886171ef454 (patch) | |
tree | 6c49e5915693007ed8bbdafd04ca85e25c592ac7 | |
parent | 40a625b4ff56c0cd2915008c11139c4883aa706a (diff) |
Not using gcc version, hard to maintain
-rw-r--r-- | platform.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.txt b/platform.txt index 727fb82..30167aa 100644 --- a/platform.txt +++ b/platform.txt @@ -12,7 +12,7 @@ version=1.6.2 # --------------------- # Default "compiler.path" is correct, change only if you want to overidde the initial value -compiler.path={runtime.tools.avr-gcc-4.8.1-arduino.path}/bin/ +compiler.path={runtime.tools.avr-gcc.path}/bin/ compiler.c.cmd=avr-gcc compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD # -w flag added to avoid printing a wrong warning http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59396 |