Fixed compiler path for mac
Due to PR here: https://github.com/sparkfun/SF32u4_boards/pull/14
This commit is contained in:
parent
f991009f73
commit
e01422733a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue