Skip to content

Commit 750c49a

Browse files
committed
---
yaml --- r: 11949 b: refs/heads/master c: 664bed5 h: refs/heads/master i: 11947: bcc0a07 v: v3
1 parent b22db44 commit 750c49a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e3a1c5c96ad10888f981f53e3e81fe45a9d0c2b9
2+
refs/heads/master: 664bed5fe23c520b882f6e2e59a5f678205e335d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/mk/target.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ endif
158158
# Non-host triples build the stage0 runtime from the working directory
159159
$(foreach source,$(CFG_TARGET_TRIPLES), \
160160
$(foreach target,$(NON_HOST_TRIPLES), \
161-
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source)))))
161+
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source))) \
162+
$(eval $(call TARGET_CORELIB_FROM_WD,0,$(target),$(source))) \
163+
))
162164

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

0 commit comments

Comments
 (0)