We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0b6f5 commit a94e6c6Copy full SHA for a94e6c6
Makefile.in
@@ -325,12 +325,12 @@ HSREQ$(1)_H_$(3) = \
325
# Prerequisites for using the stageN compiler to build target artifacts
326
TSREQ$(1)_T_$(2)_H_$(3) = \
327
$$(HSREQ$(1)_H_$(3)) \
328
- $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_RUNTIME) \
329
$$(TLIB$(1)_T_$(2)_H_$(3))/libmorestack.a
330
331
# Prerequisites for complete stageN targets
332
SREQ$(1)_T_$(2)_H_$(3) = \
333
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
+ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_RUNTIME) \
334
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \
335
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB) \
336
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBRUSTC)
0 commit comments