Skip to content

Commit

Permalink
Update avr-gcc to 4.9.2-arduino4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jun 22, 2016
1 parent 4f6594e commit 36b63d8
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<property name="ARDUINO-BUILDER-VERSION" value="1.3.18" />
<property name="LIBLISTSERIAL-VERSION" value="1.1.0" />
<property name="AVRGCC-VERSION" value="4.9.2-arduino2" />
<property name="AVRGCC-VERSION" value="4.9.2-arduino4" />
<property name="AVRDUDE-VERSION" value="6.3-arduino2" />

<!-- Libraries required for running arduino -->
Expand Down Expand Up @@ -1060,10 +1060,10 @@

<target name="windows-build-avr-toolchain">
<antcall target="avr-toolchain-bundle">
<param name="unpack_target" value="untar"/>
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-mingw32.tar.bz2"/>
<param name="unpack_target" value="unzip"/>
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-mingw32.zip"/>
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-w64-mingw32.tar.bz2"/>
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-w64-mingw32.zip"/>
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
</antcall>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3f8207df94b899ab1bc07e93d0e226113554466b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4b787466bd6ebf6ed9d54f58b984de51dd05f014
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cdf1df744b67f475ea625906690b3a32614c8534

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b065f135e6acaf88fba4591151dd3586f55583df

This file was deleted.

1 change: 1 addition & 0 deletions build/windows/avr-gcc-4.9.2-arduino4-i686-mingw32.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
78db4cafa5c950ec2c14f98ff14927ad8bfc7397

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5eaea443fd51515e1b51790a180b35e7f0949b30

0 comments on commit 36b63d8

Please sign in to comment.