Skip to content

Commit a94e6c6

Browse files
committed
build: Don't need to build the runtime before starting on core
1 parent 2a0b6f5 commit a94e6c6

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) \
329328
$$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
330329

331330
# Prerequisites for complete stageN targets
332331
SREQ$(1)_T_$(2)_H_$(3) = \
333332
$$(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)