From 1e9a538284e1beeea46b23e0da4bd6360ad2fae9 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 2 Apr 2015 16:10:42 +0200 Subject: [PATCH] Revert "Revert "Fixed compiler path for mac"" This reverts commit dc28bd4f12aad382a7d5b3bfd7b48929d5bb7d4e. --- avr/platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/platform.txt b/avr/platform.txt index d886159..9261ceb 100644 --- a/avr/platform.txt +++ b/avr/platform.txt @@ -16,7 +16,7 @@ version=2.2 # --------------------- # Default "compiler.path" is correct, change only if you want to overidde the initial value -compiler.path={runtime.ide.path}/hardware/tools/avr/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