gcc native: gcc and binutils to fetch.json

This commit is contained in:
Giacomo Tesio 2018-11-28 18:33:11 +01:00
parent f781514ecd
commit 705762061c
1 changed files with 21 additions and 1 deletions

View File

@ -28,6 +28,26 @@
"RemovePrefix": true,
"Exclude": [
]
},
"binutils": {
"Upstream":"http://ftp.gnu.org/gnu/binutils/binutils-2.31.tar.bz2",
"Digest": {
"sha256":"2c49536b1ca6b8900531b9e34f211a81caf9bf85b1a71f82b81ae32fcd8ffe19"
},
"Compress":"bzip2",
"RemovePrefix": true,
"Exclude": [
]
},
"gcc": {
"Upstream":"https://ftp.gnu.org/gnu/gcc/gcc-8.2.0/gcc-8.2.0.tar.gz",
"Digest": {
"sha256":"1b0f36be1045ff58cbb9c83743835367b860810f17f0195a4e093458b372020f"
},
"Compress":"gzip",
"RemovePrefix": true,
"Exclude": [
]
}
}