New toolchain: gcc 4.8.1, avr-libc 1.8.0, binutils 2.23.2

This commit is contained in:
Federico Fissore 2014-02-04 10:24:49 +01:00 committed by Cristian Maglie
parent 4ebf88b1b2
commit 98c3080d2a
9 changed files with 9 additions and 9 deletions

View File

@ -524,16 +524,16 @@
</target>
<target name="unzip-avr-toolchain">
<get src="http://downloads.arduino.cc/avr-toolchain-${file_arch}-gcc-4.3.2.zip" dest="${staging_folder}" usetimestamp="true" ignoreerrors="true" />
<get src="http://downloads.arduino.cc/avr-toolchain-${file_arch}-gcc-4.8.1.zip" dest="${staging_folder}" usetimestamp="true" ignoreerrors="true" verbose="true" />
<checksum file="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" algorithm="sha" fileext=".sha" verifyproperty="checksum.matches"/>
<checksum file="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" algorithm="sha" fileext=".sha" verifyproperty="checksum.matches"/>
<condition property="checksum.matches.fail">
<equals arg1="${checksum.matches}" arg2="false"/>
</condition>
<fail if="checksum.matches.fail">Checksum failed.
File avr-toolchain-${file_arch}-gcc-4.3.2.zip failed checksum.
Please remove "${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" and download it again.
File avr-toolchain-${file_arch}-gcc-4.8.1.zip failed checksum.
Please remove "${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" and download it again.
</fail>
<mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
@ -542,7 +542,7 @@
<arg value="-n" />
<arg value="-d" />
<arg value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
<arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" />
<arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" />
</exec>
</target>

View File

@ -1 +0,0 @@
2d1d17a26f1125ae387f4168fb18d40bf52d367c

View File

@ -0,0 +1 @@
c8852426fde9f1efa92cea0b900030b5bfceee4f

View File

@ -1 +0,0 @@
2b97b772bfda8de052663bc48895367142ed79ca

View File

@ -0,0 +1 @@
6a03437245cf5f1a6b2c776ef18a83baecfc33fd

View File

@ -1 +0,0 @@
d1954211629f010c64cc345bf7e15ad0ad3301ed

View File

@ -0,0 +1 @@
165fab6b30d2075c1642b835efc081e4502a8a32

View File

@ -1 +0,0 @@
75e1ee4cc76bde8a1b3bd3158ce642e84f2ee093

View File

@ -0,0 +1 @@
34e8676d72e35c221f29fedd0142c1942b78b1d3