File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 2a0b6f5fe2a231e3618a3e078330adc92eb857bd
2
+ refs/heads/master: a94e6c63fd840e22310ef49db60ae31a689aea8a
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 @@ -325,12 +325,12 @@ HSREQ$(1)_H_$(3) = \
325
325
# Prerequisites for using the stageN compiler to build target artifacts
326
326
TSREQ$(1 ) _T_$(2 ) _H_$(3 ) = \
327
327
$$(HSREQ$(1 ) _H_$(3 ) ) \
328
- $$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_RUNTIME ) \
329
328
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /libmorestack.a
330
329
331
330
# Prerequisites for complete stageN targets
332
331
SREQ$(1 ) _T_$(2 ) _H_$(3 ) = \
333
332
$$(TSREQ$(1 ) _T_$(2 ) _H_$(3 ) ) \
333
+ $$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_RUNTIME ) \
334
334
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_CORELIB ) \
335
335
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_STDLIB ) \
336
336
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$$(CFG_LIBRUSTC )
You can’t perform that action at this time.
0 commit comments