Skip to content

Commit 8f0bd18

Browse files
committed
Revert "build: Don't need to build the runtime before starting on core"
This reverts commit a94e6c6.
1 parent a94e6c6 commit 8f0bd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ HSREQ$(1)_H_$(3) = \
325325
# Prerequisites for using the stageN compiler to build target artifacts
326326
TSREQ$(1)_T_$(2)_H_$(3) = \
327327
$$(HSREQ$(1)_H_$(3)) \
328+
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_RUNTIME) \
328329
$$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
329330

330331
# Prerequisites for complete stageN targets
331332
SREQ$(1)_T_$(2)_H_$(3) = \
332333
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
333-
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_RUNTIME) \
334334
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \
335335
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB) \
336336
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBRUSTC)

0 commit comments

Comments
 (0)