musllvm/README.md
cowmonk 72539d23c4 Added CMLFS to Credits
I love you dslm4515, thank you for saving me from a lot of hassle
2025-11-12 11:31:24 -07:00

15 lines
517 B
Markdown

# MUSLLVM
A simple make build system to make a pure musl clang/llvm toolchain.
Targeting x86_64.
# Dependencies
Here are some dependencies required to build this toolchain:
- a C compiler (preferably clang)
- curl
- make
- POSIX Unix utilities (GNU utilities are acceptable)
# Credits
* [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