Loading
gcc: fix fastStdenv breakage from #209870
Apparently gcc has these `Makefile` targets: - `""` - `"bootstrap"` - `"profiledbootstrap"` ... but no `"profiled"`. So if you want a profiled compiler, at the moment, it should be bootstrapped. If we ever decide to make the nixpkgs bootstrap use a profiled compiler (which at the moment means nondeterminism) a Nix-driven profile loop is certainly possible, but would take some work. Closes #228597.