Skip to content

Commit 599baf9

Browse files
committed
remove rustc target: it breaks mingw32 and I don't care enough
1 parent 7baf68b commit 599baf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,7 @@ 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) \
293-
$$(TARGET_BIN$(1)$(2))/rustc
292+
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
294293

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

0 commit comments

Comments
 (0)