Skip to content

Commit 0e245aa

Browse files
committed
---
yaml --- r: 7144 b: refs/heads/master c: d4ae1ca h: refs/heads/master v: v3
1 parent 9cf64e3 commit 0e245aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7e8974305c42a3fc3bd6ff1aba1e55c215c42250
2+
refs/heads/master: d4ae1cae60fdf1195a82100dbde0444f2d429b19

trunk/mk/target.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,8 @@ $(foreach source,$(CFG_TARGET_TRIPLES), \
103103
$(eval $(call TARGET_RT_FROM_WD,1,$(target),$(source))) \
104104
$(eval $(call TARGET_RT_FROM_WD,2,$(target),$(source))) \
105105
$(eval $(call TARGET_RT_FROM_WD,3,$(target),$(source)))))
106+
107+
# Non-host triples build the stage0 runtime from the working directory
108+
$(foreach source,$(CFG_TARGET_TRIPLES), \
109+
$(foreach target,$(NON_HOST_TRIPLES), \
110+
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source)))))

0 commit comments

Comments
 (0)