Skip to content

Commit

Permalink
build: Fix non-host libcore
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 17, 2012
1 parent e3a1c5c commit 664bed5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mk/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ endif
# Non-host triples build the stage0 runtime from the working directory
$(foreach source,$(CFG_TARGET_TRIPLES), \
$(foreach target,$(NON_HOST_TRIPLES), \
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source)))))
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source))) \
$(eval $(call TARGET_CORELIB_FROM_WD,0,$(target),$(source))) \
))

# After stage0, always build the stage0 runtime from the working directory
$(foreach source,$(CFG_TARGET_TRIPLES), \
Expand Down

0 comments on commit 664bed5

Please sign in to comment.