8000 Add "x86_64-pc-linux-gnu" and "x86_64-apple-darwin" to ""arm-none-eab… · sparkfun/Arduino_Boards@df4f231 · GitHub
[go: up one dir, main page]

Skip to content

Commit df4f231

Browse files
committed
Add "x86_64-pc-linux-gnu" and "x86_64-apple-darwin" to ""arm-none-eabi-gcc" tools
This is intended to fix [this issue with the Apollo3 Arduino core](sparkfun/Arduino_Apollo3#4) and also anticipate a similar issue with Mac OSX. However, this is a shot in the dark -- no new binaries are added and instead the new host specifications just link to the same files. Hoping that these binaries can run across the different architectures. If not then specific binaries for these hosts may need to be added.
1 parent f644657 commit df4f231

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

IDE_Board_Manager/package_sparkfun_index.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,13 @@
956956
"version": "8-2018-q4-major",
957957
"name": "arm-none-eabi-gcc",
958958
"systems": [
959+
{
960+
"host": "x86_64-apple-darwin",
961+
"url": "https://static.sparkfun.com/large/gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2",
962+
"checksum": "SHA-256:0b528ed24db9f0fa39e5efdae9bcfc56bf9e07555cb267c70ff3fee84ec98460",
963+
"archiveFileName": "gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2",
964+
"size": "111430151"
965+
},
959966
{
960967
"host": "i386-apple-darwin11",
961968
"url": "https://static.sparkfun.com/large/gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2",
@@ -970,6 +977,13 @@
970977
"archiveFileName": "gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2",
971978
"size": "107253352"
972979
},
980+
{
981+
"host": "x86_64-pc-linux-gnu",
982+
"url": "https://static.sparkfun.com/large/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2",
983+
"checksum": "SHA-256:fb31fbdfe08406ece43eef5df623c0b2deb8b53e405e2c878300f7a1f303ee52",
984+
"archiveFileName": "gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2",
985+
"size": "107253352"
986+
},
973987
{
974988
"host": "i686-mingw32",
975989
"url": "https://static.sparkfun.com/large/win32_aneg-8-2018_2018-q4-major.zip",

0 commit comments

Comments
 (0)
0