| There's a PoC bootstrap for aarch64-linux now: https://github.com/NixOS/nixpkgs/pull/487398
To make this work, I had to tell gcc-15 that the host is musl-based. But in fact this breaks building glibc on i686 (but not on x86_64). I think this might be the frankenstein gcc problem? So I guess we need a glibc already built before we build a proper gcc targeting glibc |