From 9209b63394b65089c27a183303d0a611fce75171 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 7 Nov 2025 11:57:00 +0100 Subject: [PATCH] Add new gcc.toml entry file for gmp 6.3.0 --- files/rustc/gcc.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 files/rustc/gcc.toml diff --git a/files/rustc/gcc.toml b/files/rustc/gcc.toml new file mode 100644 index 0000000..eabbbf3 --- /dev/null +++ b/files/rustc/gcc.toml @@ -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" +sha256 = "a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898" +license = "GNU General Public License"