Skip to content

Commit 98c3080

Browse files
Federico Fissorecmaglie
authored andcommitted
New toolchain: gcc 4.8.1, avr-libc 1.8.0, binutils 2.23.2
1 parent 4ebf88b commit 98c3080

9 files changed

+9
-9
lines changed

build/build.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -524,16 +524,16 @@
524524
</target>
525525

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

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

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

539539
<mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
@@ -542,7 +542,7 @@
542542
<arg value="-n" />
543543
<arg value="-d" />
544544
<arg value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
545-
<arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.3.2.zip" />
545+
<arg value="${staging_folder}/avr-toolchain-${file_arch}-gcc-4.8.1.zip" />
546546
</exec>
547547
</target>
548548

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c8852426fde9f1efa92cea0b900030b5bfceee4f

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6a03437245cf5f1a6b2c776ef18a83baecfc33fd

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
165fab6b30d2075c1642b835efc081e4502a8a32

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
34e8676d72e35c221f29fedd0142c1942b78b1d3

0 commit comments

Comments
 (0)