From 5e7ee1b17089ced19dfd1609b8ba281452efa9b0 Mon Sep 17 00:00:00 2001 From: cowmonk Date: Sat, 15 Nov 2025 20:03:56 -0700 Subject: [PATCH] Update README more credits --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9c2e8e..de999d6 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,4 @@ Here are some dependencies required to build this toolchain: * [Chimera linux](https://chimera-linux.org) - Majority of patches are sourced from chimera linux. * [CMLFS](https://github.com/dslm4515/CMLFS) - Many of the build scripts were taken as reference for the musllvm toolchain itself * [Mussel](https://github.com/firasuke/mussel) - Best, shortest, fastest script that builds musl cross-compiler +* [musl.cc](https://musl.cc) - Prebuilt cross compilers and other stuff