File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e3a1c5c96ad10888f981f53e3e81fe45a9d0c2b9
2
+ refs/heads/master: 664bed5fe23c520b882f6e2e59a5f678205e335d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -158,7 +158,9 @@ endif
158
158
# Non-host triples build the stage0 runtime from the working directory
159
159
$(foreach source,$(CFG_TARGET_TRIPLES), \
160
160
$(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
+ ))
162
164
163
165
# After stage0, always build the stage0 runtime from the working directory
164
166
$(foreach source,$(CFG_TARGET_TRIPLES), \
You can’t perform that action at this time.
0 commit comments