Skip to content

Commit 4ba889b

Browse files
committed
mk: Change windows to install from stage2
In the past, windows was installed from stage3 to guarantee convergence between the host and target artifacts, but syntax extensions on all platforms are currently relying on convergence, so special casing this one platform has become less relevant over time. This will also have the added benefit of dealing with rust-lang#13474 and rust-lang#13491. These issues will be closed after next next nightly is confirmed to fix them.
1 parent 246ebd2 commit 4ba889b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mk/prepare.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@
2020
# PREPARE_TARGETS - the target triples, space separated
2121
# PREPARE_DEST_DIR - the directory to put the image
2222

23-
24-
# On windows we install from stage3, but on unix only stage2
25-
ifdef CFG_WINDOWSY_$(CFG_BUILD)
26-
PREPARE_STAGE=3
27-
else
2823
PREPARE_STAGE=2
29-
endif
3024

3125
DEFAULT_PREPARE_DIR_CMD = umask 022 && mkdir -p
3226
DEFAULT_PREPARE_BIN_CMD = install -m755

0 commit comments

Comments
 (0)