musllvm

A pure LLVM/Clang cross compiler toolchain targeting musl C
git clone git://git.daat.foo/musllvm.git
Log | Files | Refs | README | LICENSE

commit 5e7ee1b17089ced19dfd1609b8ba281452efa9b0
parent b041f9304fd9ea73153791678a70e6fb6642b844
Author: cowmonk <cowmonk@based.pt>
Date:   Sat, 15 Nov 2025 20:03:56 -0700

Update README

more credits

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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