From 8be37364d44e8abf5d9100bdfa073ce95bc5dc52 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 2 Aug 2026 14:07:27 +0200 Subject: [PATCH] Add `make-4.4.1` --- files/rustc/gcc.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/rustc/gcc.toml b/files/rustc/gcc.toml index 67cca4a..3b9c6eb 100644 --- a/files/rustc/gcc.toml +++ b/files/rustc/gcc.toml @@ -57,3 +57,9 @@ name = "rustc/gcc/gettext-1.0.tar.gz" sha256 = "85d99b79c981a404874c02e0342176cf75c7698e2b51fe41031cf6526d974f1a" source = "https://gcc.gnu.org/pub/gcc/infrastructure/gettext-1.0.tar.gz" license = "GNU General Public License" + +[[files]] +name = "rustc/gcc/make-4.4.1.tar.gz" +sha256 = "dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3" +source = "https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz" +license = "GNU General Public License"