A pure LLVM/Clang cross compiler toolchain targeting musl C
We need to make a cross compiler first before then targeting the actual toolchain |
||
|---|---|---|
| patches/llvm | ||
| scripts | ||
| .gitignore | ||
| config.mk | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| sources.list | ||
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 - Majority of patches are sourced from chimera linux.
- CMLFS - Many of the build scripts were taken as reference for the musllvm toolchain itself