Skip to content

Commit 7b7b716

Browse files
committed
bootstrap: Use gcc 7.3.0 from microchip
1 parent 2c695f1 commit 7b7b716

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bootstrap.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
'avr-gcc': {
4848
'version': '7.3.0',
4949
'url': {
50-
'Linux': 'http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-pc-linux-gnu.tar.bz2',
51-
'Windows': 'http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-i686-w64-mingw32.zip',
52-
'Darwin': 'http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-x86_64-apple-darwin14.tar.bz2',
50+
'Linux': 'https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SoftwareTools/avr8-gnu-toolchain-3.7.0.1796-linux.any.x86_64.tar.gz',
51+
'Windows': 'https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SoftwareTools/avr8-gnu-toolchain-3.7.0.1796-win32.any.x86_64.zip',
52+
'Darwin': 'https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SoftwareTools/avr8-gnu-toolchain-osx-3.7.0.518-darwin.any.x86_64.tar.gz',
5353
},
5454
},
5555
'prusa3dboards': {

0 commit comments

Comments
 (0)