mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
build: Fix stage0 rules for non-host targets
This commit is contained in:
parent
72baf70748
commit
2979b3d006
@ -34,17 +34,17 @@ $$(HBIN0_H_$(1))/rustc$$(X): \
|
||||
$$(Q)cp $$< $$@
|
||||
|
||||
$$(HLIB0_H_$(1))/$$(CFG_RUNTIME): \
|
||||
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
|
||||
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_RUNTIME)
|
||||
@$$(call E, cp: $$@)
|
||||
$$(Q)cp $$< $$@
|
||||
|
||||
$$(HLIB0_H_$(1))/$(CFG_STDLIB): \
|
||||
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
|
||||
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_STDLIB)
|
||||
@$$(call E, cp: $$@)
|
||||
$$(Q)cp $$< $$@
|
||||
|
||||
$$(HLIB0_H_$(1))/$(CFG_RUSTLLVM): \
|
||||
$$(TBIN$(2)_T_$(1)_H_$(3))/rustc$$(X)
|
||||
$$(TLIB$(2)_T_$(1)_H_$(3))/$$(CFG_RUSTLLVM)
|
||||
@$$(call E, cp: $$@)
|
||||
$$(Q)cp $$< $$@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user