Running `make -j4` often fails with ``` error: linking with `cc` failed: exit code: 1 note: cc arguments: [...] note: ld: library not found for -lcompiler-rt ``` when trying to compile `rustc`. A subsequent `make` will typically work. I assume this is a dependency issue with parallel building.