Skip to content

Commit 711a3b0

Browse files
committed
add rustc to set of targets to build
1 parent 0d9e32d commit 711a3b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ TARGET_SREQ$(1)$(2) = \
289289
# Prerequisites for complete stageN targets
290290
SREQ$(1)$(2) = \
291291
$$(TARGET_SREQ$(1)$(2)) \
292-
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
292+
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB) \
293+
$$(TARGET_BIN$(1)$(2))/rustc
293294

294295
ifeq ($(1),0)
295296
# Don't run the the stage0 compiler under valgrind - that ship has sailed

0 commit comments

Comments
 (0)