A pure LLVM/Clang cross compiler toolchain targeting musl C
Find a file
2025-11-15 01:18:52 -07:00
patches/llvm Initial stub of a Makefile and patches for LLVM 2025-10-25 16:23:17 -07:00
scripts fixing few errors in build with headers and musl 2025-11-15 01:18:52 -07:00
.gitignore modified build system + added musl_c build 2025-11-15 00:59:38 -07:00
config.mk modified build system + added musl_c build 2025-11-15 00:59:38 -07:00
LICENSE Initial commit 2025-10-17 01:25:58 +01:00
Makefile modified build system + added musl_c build 2025-11-15 00:59:38 -07:00
README.md Added CMLFS to Credits 2025-11-12 11:31:24 -07:00
sources.list modified build system + added musl_c build 2025-11-15 00:59:38 -07:00

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