commit 636c6f016391b5c326b8a0433c3c8d8f332eaafd parent dbd8f5fc03a27f29eb947e27dfc654d7f2175856 Author: cowmonk <cowmonk@based.pt> Date: Sat, 25 Oct 2025 16:22:22 -0700 Update README Diffstat:
| M | README.md | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -1,3 +1,7 @@ -# musllvm +# MUSLLVM -A pure LLVM/Clang cross compiler toolchain targeting musl C- \ No newline at end of file +A simple make build system to make a pure musl clang/llvm toolchain. +Targeting x86_64. + +# Credits +* [Chimera linux](https://chimera-linux.org) - Majority of patches are sourced from chimera linux.