1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-13 23:48:28 +03:00

Not using gcc version, hard to maintain

This commit is contained in:
Federico Fissore
2015-03-13 16:07:21 +01:00
parent d0817f7142
commit e884789322
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ version=1.6.2
# SAM3 compile variables
# ----------------------
compiler.path={runtime.tools.arm-none-eabi-gcc-4.4.1-sourcery2010q1-188.path}/bin/
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
compiler.c.cmd=arm-none-eabi-gcc
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD
compiler.c.elf.cmd=arm-none-eabi-gcc