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 c649060 commit cb0b719Copy full SHA for cb0b719
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0d9e32d70d89bf8f3263518f780d820644dd8513
+refs/heads/master: 711a3b066b311ccf8b989e4058cc6f041ab8dca7
trunk/Makefile.in
@@ -289,7 +289,8 @@ TARGET_SREQ$(1)$(2) = \
289
# Prerequisites for complete stageN targets
290
SREQ$(1)$(2) = \
291
$$(TARGET_SREQ$(1)$(2)) \
292
- $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
+ $$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB) \
293
+ $$(TARGET_BIN$(1)$(2))/rustc
294
295
ifeq ($(1),0)
296
# Don't run the the stage0 compiler under valgrind - that ship has sailed
0 commit comments