Skip to content

Commit

Permalink
hypothetical fix for rust-lang#8865.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Aug 31, 2013
1 parent bb35e23 commit f61713a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mk/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ define TARGET_STAGE_N

$$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a: \
rt/$(2)/stage$(1)/arch/$$(HOST_$(2))/libmorestack.a \
| $$(TLIB$(1)_T_$(2)_H_$(3))/
| $$(TLIB$(1)_T_$(2)_H_$(3))/ \
$(HBIN0_H_$(CFG_BUILD_TRIPLE))/rustc$(X_$(CFG_BUILD_TRIPLE))
@$$(call E, cp: $$@)
$$(Q)cp $$< $$@

$$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_RUNTIME_$(2)): \
rt/$(2)/stage$(1)/$(CFG_RUNTIME_$(2)) \
| $$(TLIB$(1)_T_$(2)_H_$(3))/
| $$(TLIB$(1)_T_$(2)_H_$(3))/ \
$(HBIN0_H_$(CFG_BUILD_TRIPLE))/rustc$(X_$(CFG_BUILD_TRIPLE))
@$$(call E, cp: $$@)
$$(Q)cp $$< $$@

Expand Down Expand Up @@ -77,7 +79,8 @@ ifneq ($$(findstring $(2),$$(CFG_HOST_TRIPLES)),)

$$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_RUSTLLVM_$(3)): \
rustllvm/$(2)/$(CFG_RUSTLLVM_$(3)) \
| $$(TLIB$(1)_T_$(2)_H_$(3))/
| $$(TLIB$(1)_T_$(2)_H_$(3))/ \
$(HBIN0_H_$(CFG_BUILD_TRIPLE))/rustc$(X_$(CFG_BUILD_TRIPLE))
@$$(call E, cp: $$@)
$$(Q)cp $$< $$@

Expand Down

0 comments on commit f61713a

Please sign in to comment.