mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
new targets, "rustc", "rustc-stage[123]", etc
This commit is contained in:
parent
8f0c475562
commit
68c6272f86
@ -385,6 +385,11 @@ endef
|
||||
$(foreach host,$(CFG_TARGET_TRIPLES), \
|
||||
$(eval $(call DEF_RUSTC_TARGET,$(host))))
|
||||
|
||||
rustc-stage1: rustc-stage1-H-$(CFG_HOST_TRIPLE)
|
||||
rustc-stage2: rustc-stage2-H-$(CFG_HOST_TRIPLE)
|
||||
rustc-stage3: rustc-stage3-H-$(CFG_HOST_TRIPLE)
|
||||
rustc: rustc-H-$(CFG_HOST_TRIPLE)
|
||||
|
||||
rustc-H-all: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
|
||||
|
||||
######################################################################
|
||||
@ -410,7 +415,7 @@ TSREQS := \
|
||||
FUZZ := $(HBIN3_H_$(CFG_HOST_TRIPLE))/fuzzer$(X)
|
||||
CARGO := $(HBIN3_H_$(CFG_HOST_TRIPLE))/cargo$(X)
|
||||
|
||||
all: rustc-H-$(CFG_HOST_TRIPLE) $(GENERATED) $(DOCS) $(FUZZ) $(CARGO)
|
||||
all: rustc $(GENERATED) $(DOCS) $(FUZZ) $(CARGO)
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user