Skip to content

Commit 5628f3b

Browse files
author
Federico Fissore
committed
Introducing Atmel toolchain 3.4.4: see https://github.com/arduino/toolchain-avr
1 parent b6a4c81 commit 5628f3b

9 files changed

+9
-9
lines changed

build/build.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -521,16 +521,16 @@
521521
</target>
522522

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

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

532-
File avr-toolchain-${file_arch}-gcc-4.8.1.zip failed checksum.
533-
Please remove "${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" and download it again.
532+
File avr-toolchain-${file_arch}-3.4.4.zip failed checksum.
533+
Please remove "${staging_folder}/avr-toolchain-${file_arch}-3.4.4.zip" and download it again.
534534
</fail>
535535

536536
<mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
@@ -539,7 +539,7 @@
539539
<arg value="-n" />
540540
<arg value="-d" />
541541
<arg value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
542-
<arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" />
542+
<arg value="${staging_folder}/avr-toolchain-${file_arch}-3.4.4.zip" />
543543
</exec>
544544
</target>
545545

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)