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.
SREQ
CSREQ
1 parent 43ca8d2 commit 1fb2c68Copy full SHA for 1fb2c68
mk/main.mk
@@ -321,14 +321,14 @@ TSREQ$(1)_T_$(2)_H_$(3) = \
321
$$(TLIB$(1)_T_$(2)_H_$(3))/libcompiler-rt.a
322
323
# Prerequisites for a working stageN compiler and libraries, for a specific
324
-# target
+# target. Note that only-host crates are not included (see crates.mk).
325
SREQ$(1)_T_$(2)_H_$(3) = \
326
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
327
$$(foreach dep,$$(TARGET_CRATES),\
328
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(dep))
329
330
# Prerequisites for a working stageN compiler and complete set of target
331
-# libraries
+# libraries, including both only-host and non-host crates.
332
CSREQ$(1)_T_$(2)_H_$(3) = \
333
334
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \
0 commit comments