Skip to content

Commit 2979b3d

Browse files
committed
build: Fix stage0 rules for non-host targets
1 parent 72baf70 commit 2979b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mk/stage0.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ $$(HBIN0_H_$(1))/rustc$$(X): \
3434
$$(Q)cp $$< $$@
3535

3636
$$(HLIB0_H_$(1))/$$(CFG_RUNTIME): \
37-
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
37+
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_RUNTIME)
3838
@$$(call E, cp: $$@)
3939
$$(Q)cp $$< $$@
4040

4141
$$(HLIB0_H_$(1))/$(CFG_STDLIB): \
42-
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
42+
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_STDLIB)
4343
@$$(call E, cp: $$@)
4444
$$(Q)cp $$< $$@
4545

4646
$$(HLIB0_H_$(1))/$(CFG_RUSTLLVM): \
47-
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
47+
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_RUSTLLVM)
4848
@$$(call E, cp: $$@)
4949
$$(Q)cp $$< $$@
5050

0 commit comments

Comments
 (0)