Skip to content

Commit 63484a5

Browse files
authored
Merge pull request #10 from psumbera/gcc-binutils
Add GNU gcc and binutils
2 parents 58bd62c + d018211 commit 63484a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

files/rustc/gnu.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[files]]
2+
name = "rustc/binutils-2.44.tar.xz"
3+
source = "https://sourceware.org/pub/binutils/releases/binutils-2.44.tar.xz"
4+
sha256 = "ce2017e059d63e67ddb924e09d4ec49c2893605035cd60e92ad53177f4377237"
5+
license = "GNU General Public License"
6+
7+
[[files]]
8+
name = "rustc/gcc-8.4.0.tar.xz"
9+
source = "https://bigsearcher.com/mirrors/gcc/releases/gcc-8.4.0/gcc-8.4.0.tar.xz"
10+
sha256 = "e3a06e52d1e01f27ed55104ad233c3b0d1e99cfb5ff98ab022dc941edd1b2dd4"
11+
license = "GNU General Public License"

0 commit comments

Comments
 (0)