Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions files/rustc/gcc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[files]]
name = "rustc/gcc/gmp-6.3.0.tar.bz2"
source = "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz"
Copy link

@thesamesam thesamesam Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tar.xz != tar.bz2 and the checksum included here is of the tar.xz file, but gcc's contrib/download_prerequisites wants the .tar.bz2.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #18 to fix that. Thanks a lot for detecting my mistake. ^^'

sha256 = "a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898"
license = "GNU General Public License"