musllvm/README.md

16 lines
517 B
Markdown
Raw Normal View History

2025-10-25 16:22:22 -07:00
# MUSLLVM
2025-10-17 01:25:58 +01:00
2025-10-25 16:22:22 -07:00
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)
2025-10-25 16:22:22 -07:00
# 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