Closed
Description
As discussed in this week's meeting, let's rewrite our build system in Rust.
We made a good effort but the current Makefile-based system has collapsed into a black hole of endless macros and meta-programming. The first thing the build does is download a copy of rustc, so let's just use that to orchestrate the rest of the build.
This could make bootstrapping new architectures even more interesting, but we like to be on the bleeding edge.