Revert "Fixed compiler path for mac"

This reverts commit e01422733a.
This commit is contained in:
Nico 2015-04-01 17:03:46 +02:00
parent e01422733a
commit dc28bd4f12

View file

@ -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.tools.avr-gcc.path}/bin/
compiler.path={runtime.ide.path}/hardware/tools/avr/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