diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index 29448161b153f..a3c5583e3c6e8 100644 --- a/src/bootstrap/compile.rs +++ b/src/bootstrap/compile.rs @@ -85,6 +85,12 @@ impl Step for Std { copy_musl_third_party_objects(builder, target, &libdir); } + builder.ensure(CoreLink { + compiler: from, + target_compiler: compiler, + target, + }); + builder.ensure(StdLink { compiler: from, target_compiler: compiler,