Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 358 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 358 Bytes

Iglunix Bootstrap Scripts

These scripts build an LLVM/Musl sysroot from a GNU host.

Building

./boot.sh 

this will create a sysroot in ./sysroot

Running

We provide compiler wrapper scripts to use the sysroot.

./x86_64-iglunix-linux-musl-c++.sh sanity.cpp

Deps

  • clang
  • compiler-rt
  • lld
  • cmake
  • GNU make
  • python