Skip to content

Commit 4b17e96

Browse files
committed
Update avr-gcc to 4.9.2-arduino4
1 parent 4f6594e commit 4b17e96

13 files changed

+10
-10
lines changed

Diff for: build/build.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
<property name="ARDUINO-BUILDER-VERSION" value="1.3.18" />
9393
<property name="LIBLISTSERIAL-VERSION" value="1.1.0" />
94-
<property name="AVRGCC-VERSION" value="4.9.2-arduino2" />
94+
<property name="AVRGCC-VERSION" value="4.9.2-arduino4" />
9595
<property name="AVRDUDE-VERSION" value="6.3-arduino2" />
9696

9797
<!-- Libraries required for running arduino -->
@@ -1060,10 +1060,10 @@
10601060

10611061
<target name="windows-build-avr-toolchain">
10621062
<antcall target="avr-toolchain-bundle">
1063-
<param name="unpack_target" value="untar"/>
1064-
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-mingw32.tar.bz2"/>
1063+
<param name="unpack_target" value="unzip"/>
1064+
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-mingw32.zip"/>
10651065
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
1066-
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-w64-mingw32.tar.bz2"/>
1066+
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-w64-mingw32.zip"/>
10671067
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
10681068
</antcall>
10691069

Diff for: build/linux/avr-gcc-4.9.2-arduino2-armhf-pc-linux-gnu.tar.bz2.sha

-1
This file was deleted.

Diff for: build/linux/avr-gcc-4.9.2-arduino2-i686-pc-linux-gnu.tar.bz2.sha

-1
This file was deleted.

Diff for: build/linux/avr-gcc-4.9.2-arduino2-x86_64-pc-linux-gnu.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3f8207df94b899ab1bc07e93d0e226113554466b
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4b787466bd6ebf6ed9d54f58b984de51dd05f014
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cdf1df744b67f475ea625906690b3a32614c8534

Diff for: build/macosx/avr-gcc-4.9.2-arduino2-i386-apple-darwin11.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b065f135e6acaf88fba4591151dd3586f55583df

Diff for: build/windows/avr-gcc-4.9.2-arduino2-i686-mingw32.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
78db4cafa5c950ec2c14f98ff14927ad8bfc7397

Diff for: build/windows/avrdude-6.3-arduino2-i686-w64-mingw32.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5eaea443fd51515e1b51790a180b35e7f0949b30

0 commit comments

Comments
 (0)