gcc native: gcc and binutils to fetch.json
This commit is contained in:
parent
f781514ecd
commit
705762061c
|
@ -28,6 +28,26 @@
|
||||||
"RemovePrefix": true,
|
"RemovePrefix": true,
|
||||||
"Exclude": [
|
"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": [
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue