mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
New toolchain: gcc 4.8.1, avr-libc 1.8.0, binutils 2.23.2
This commit is contained in:
parent
4ebf88b1b2
commit
98c3080d2a
@ -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>
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
2d1d17a26f1125ae387f4168fb18d40bf52d367c
|
1
build/linux/avr-toolchain-linux32-gcc-4.8.1.zip.sha
Normal file
1
build/linux/avr-toolchain-linux32-gcc-4.8.1.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
c8852426fde9f1efa92cea0b900030b5bfceee4f
|
@ -1 +0,0 @@
|
||||
2b97b772bfda8de052663bc48895367142ed79ca
|
1
build/linux/avr-toolchain-linux64-gcc-4.8.1.zip.sha
Normal file
1
build/linux/avr-toolchain-linux64-gcc-4.8.1.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
6a03437245cf5f1a6b2c776ef18a83baecfc33fd
|
@ -1 +0,0 @@
|
||||
d1954211629f010c64cc345bf7e15ad0ad3301ed
|
1
build/macosx/avr-toolchain-mac32-gcc-4.8.1.zip.sha
Normal file
1
build/macosx/avr-toolchain-mac32-gcc-4.8.1.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
165fab6b30d2075c1642b835efc081e4502a8a32
|
@ -1 +0,0 @@
|
||||
75e1ee4cc76bde8a1b3bd3158ce642e84f2ee093
|
1
build/windows/avr-toolchain-win32-gcc-4.8.1.zip.sha
Normal file
1
build/windows/avr-toolchain-win32-gcc-4.8.1.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
34e8676d72e35c221f29fedd0142c1942b78b1d3
|
Loading…
x
Reference in New Issue
Block a user