Skip to content

Commit c3410ff

Browse files
committed
Merge pull request #2785 from ffissore/statically-linked-gcc
Windows: avr toolchain is now statically linked
2 parents ad72e41 + ee8b5a0 commit c3410ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,8 +814,8 @@
814814

815815
<!-- Unzip AVR tools -->
816816
<antcall target="unzip">
817-
<param name="archive_file" value="${staging_folder}/avr-toolchain-win32-3.4.5.zip" />
818-
<param name="archive_url" value="http://arduino.cc/download.php?f=/avr-toolchain-win32-3.4.5.zip" />
817+
<param name="archive_file" value="${staging_folder}/avr-toolchain-win32-3.4.5-arduino1.zip" />
818+
<param name="archive_url" value="http://arduino.cc/download.php?f=/avr-toolchain-win32-3.4.5-arduino1.zip" />
819819
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
820820
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/tools/avr" />
821821
</antcall>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
077d8d7f0234a65f754bca44fe37497f08c0bd90

build/windows/avr-toolchain-win32-3.4.5.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)