From 899789c9e54be04867ef1950ab379df98d640aae Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Mon, 23 Dec 2019 03:21:02 +0000 Subject: [PATCH] u-fix-cross-compile-install-again Gbp-Pq: Name u-fix-cross-compile-install-again.patch --- src/bootstrap/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/install.rs b/src/bootstrap/install.rs index 384219c38f..f8734ebdf4 100644 --- a/src/bootstrap/install.rs +++ b/src/bootstrap/install.rs @@ -260,7 +260,7 @@ install!((self, builder, _config), }; Rustc, "src/librustc", true, only_hosts: true, { builder.ensure(dist::Rustc { - compiler: self.compiler, + compiler: builder.compiler(builder.top_stage, self.target), }); install_rustc(builder, self.compiler.stage, self.target); }; -- 2.30.2