mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 13:18:54 +01:00
remove rustc target: it breaks mingw32 and I don't care enough
This commit is contained in:
parent
7baf68b0bd
commit
599baf9325
@ -289,8 +289,7 @@ TARGET_SREQ$(1)$(2) = \
|
||||
# Prerequisites for complete stageN targets
|
||||
SREQ$(1)$(2) = \
|
||||
$$(TARGET_SREQ$(1)$(2)) \
|
||||
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB) \
|
||||
$$(TARGET_BIN$(1)$(2))/rustc
|
||||
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
|
||||
|
||||
ifeq ($(1),0)
|
||||
# Don't run the the stage0 compiler under valgrind - that ship has sailed
|
||||
|
Loading…
Reference in New Issue
Block a user