Fix Musl
Closed this issue · 0 comments
deciduously commented
Two uses of musl
which worked previously are currently causing build failures:
- Building the std.utils tools against a fresh musl and using the new libc as the interpreter, before bootstrapping GCC
- Building a native musl toolchain
I suspect both breakages are related. Make both work.