Skip to content

Commit 30b85a2

Browse files
author
Federico Fissore
committed
Introducing Atmel toolchain 3.4.4: see https://github.com/arduino/toolchain-avr
1 parent 3a1b7ea commit 30b85a2

9 files changed

+9
-9
lines changed

build/build.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -523,16 +523,16 @@
523523
</target>
524524

525525
<target name="unzip-avr-toolchain">
526-
<get src="http://downloads.arduino.cc/avr-toolchain-${file_arch}-gcc-4.8.1.zip" dest="${staging_folder}" usetimestamp="true" ignoreerrors="true" verbose="true" />
526+
<get src="http://downloads.arduino.cc/avr-toolchain-${file_arch}-3.4.4.zip" dest="${staging_folder}" usetimestamp="true" ignoreerrors="true" verbose="true" />
527527

528-
<checksum file="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" algorithm="sha" fileext=".sha" verifyproperty="checksum.matches"/>
528+
<checksum file="${staging_folder}/avr-toolchain-${file_arch}-3.4.4.zip" algorithm="sha" fileext=".sha" verifyproperty="checksum.matches"/>
529529
<condition property="checksum.matches.fail">
530530
<equals arg1="${checksum.matches}" arg2="false"/>
531531
</condition>
532532
<fail if="checksum.matches.fail">Checksum failed.
533533

534-
File avr-toolchain-${file_arch}-gcc-4.8.1.zip failed checksum.
535-
Please remove "${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" and download it again.
534+
File avr-toolchain-${file_arch}-3.4.4.zip failed checksum.
535+
Please remove "${staging_folder}/avr-toolchain-${file_arch}-3.4.4.zip" and download it again.
536536
</fail>
537537

538538
<mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
@@ -541,7 +541,7 @@
541541
<arg value="-n" />
542542
<arg value="-d" />
543543
<arg value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
544-
<arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" />
544+
<arg value="${staging_folder}/avr-toolchain-${file_arch}-3.4.4.zip" />
545545
</exec>
546546
</target>
547547

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2d154f238fb22fad5aaf78ad04cabedaca9ea8c5

build/linux/avr-toolchain-linux32-gcc-4.8.1.zip.sha

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

build/linux/avr-toolchain-linux64-gcc-4.8.1.zip.sha

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

build/macosx/avr-toolchain-mac32-gcc-4.8.1.zip.sha

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

build/windows/avr-toolchain-win32-gcc-4.8.1.zip.sha

-1
This file was deleted.

0 commit comments

Comments
 (0)