←back to thread

439 points david927 | 1 comments | | HN request time: 0.204s | source

What are you working on? Any new ideas which you're thinking about?
1. cerisier ◴[] No.44425749[source]
A C/C++ cross compilation toolchain for Bazel based on LLVM that compiles all target dependencies (CRT, libc, C++ stdlib, unwind libraries etc...) from source.

This means that it can cross-compile C and C++ programs that use the libc (glibc or musl) as well as the C++ stdlib (libstdc++ or llvm-libc++) out of the box without any kind of sysroot.

https://github.com/cerisier/toolchains_llvm_bootstrapped