提交 01641c70 编写于 作者: M Mark Simulacrum

Build rustdoc with the native build triple

上级 82cdf100
......@@ -262,7 +262,7 @@ fn run(self, builder: &Builder) -> PathBuf {
} else if target_compiler.stage >= 2 {
// Past stage 2, we consider the compiler to be ABI-compatible and hence capable of
// building rustdoc itself.
target_compiler
builder.compiler(target_compiler.stage, builder.build.build)
} else {
// Similar to `compile::Assemble`, build with the previous stage's compiler. Otherwise
// we'd have stageN/bin/rustc and stageN/bin/rustdoc be effectively different stage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册