Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f644657

Browse files
committedJul 9, 2019
Move host to top of systems for "arm-non-eabi-gcc" tool
1 parent 4edb4d2 commit f644657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎IDE_Board_Manager/package_sparkfun_index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,23 +957,23 @@
957957
"name": "arm-none-eabi-gcc",
958958
"systems": [
959959
{
960+
"host": "i386-apple-darwin11",
960961
"url": "https://static.sparkfun.com/large/gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2",
961962
"checksum": "SHA-256:0b528ed24db9f0fa39e5efdae9bcfc56bf9e07555cb267c70ff3fee84ec98460",
962-
"host": "i386-apple-darwin11",
963963
"archiveFileName": "gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2",
964964
"size": "111430151"
965965
},
966966
{
967+
"host": "i686-linux-gnu",
967968
"url": "https://static.sparkfun.com/large/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2",
968969
"checksum": "SHA-256:fb31fbdfe08406ece43eef5df623c0b2deb8b53e405e2c878300f7a1f303ee52",
969-
"host": "i686-linux-gnu",
970970
"archiveFileName": "gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2",
971971
"size": "107253352"
972972
},
973973
{
974+
"host": "i686-mingw32",
974975
"url": "https://static.sparkfun.com/large/win32_aneg-8-2018_2018-q4-major.zip",
975976
"checksum": "SHA-256:93be44e2e12e66eee309370afb4d6c4333cbd09e9ff2cd335942c2910f0b613f",
976-
"host": "i686-mingw32",
977977
"archiveFileName": "win32_aneg-8-2018_2018-q4-major.zip",
978978
"size": "135765494"
979979
}

0 commit comments

Comments
 (0)
Please sign in to comment.