musllvm/README.md

19 lines
709 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
2025-11-15 13:08:46 -07:00
- bmake
- 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
2025-11-15 13:08:46 -07:00
* [Mussel](https://github.com/firasuke/mussel) - Best, shortest, fastest script that builds musl cross-compiler
2025-11-15 20:03:56 -07:00
* [musl.cc](https://musl.cc) - Prebuilt cross compilers and other stuff