musllvm

A pure LLVM/Clang cross compiler toolchain targeting musl C
git clone git://git.daat.foo/musllvm.git
Log | Files | Refs | README | LICENSE

README.md (709B)


      1 # MUSLLVM
      2 
      3 A simple make build system to make a pure musl clang/llvm toolchain.
      4 Targeting x86_64.
      5 
      6 # Dependencies
      7 Here are some dependencies required to build this toolchain:
      8 - a C compiler (preferably clang)
      9 - curl
     10 - make
     11 - bmake
     12 - POSIX Unix utilities (GNU utilities are acceptable)
     13 
     14 # Credits
     15 * [Chimera linux](https://chimera-linux.org) - Majority of patches are sourced from chimera linux.
     16 * [CMLFS](https://github.com/dslm4515/CMLFS) - Many of the build scripts were taken as reference for the musllvm toolchain itself
     17 * [Mussel](https://github.com/firasuke/mussel) - Best, shortest, fastest script that builds musl cross-compiler
     18 * [musl.cc](https://musl.cc) - Prebuilt cross compilers and other stuff