rustbuild: Do not use rust-mingw
component when bootstrapping windows-gnu targets
This commit is contained in:
parent
7d289aeade
commit
8754884b78
1 changed files with 0 additions and 8 deletions
|
@ -398,14 +398,6 @@ class RustBuild(object):
|
||||||
with output(self.rustc_stamp()) as rust_stamp:
|
with output(self.rustc_stamp()) as rust_stamp:
|
||||||
rust_stamp.write(self.date)
|
rust_stamp.write(self.date)
|
||||||
|
|
||||||
# This is required so that we don't mix incompatible MinGW
|
|
||||||
# libraries/binaries that are included in rust-std with
|
|
||||||
# the system MinGW ones.
|
|
||||||
if "pc-windows-gnu" in self.build:
|
|
||||||
filename = "rust-mingw-{}-{}{}".format(
|
|
||||||
rustc_channel, self.build, tarball_suffix)
|
|
||||||
self._download_stage0_helper(filename, "rust-mingw", tarball_suffix)
|
|
||||||
|
|
||||||
if self.cargo().startswith(self.bin_root()) and \
|
if self.cargo().startswith(self.bin_root()) and \
|
||||||
(not os.path.exists(self.cargo()) or
|
(not os.path.exists(self.cargo()) or
|
||||||
self.program_out_of_date(self.cargo_stamp())):
|
self.program_out_of_date(self.cargo_stamp())):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue