Skip to content

Commit 68c6272

Browse files
committed
new targets, "rustc", "rustc-stage[123]", etc
1 parent 8f0c475 commit 68c6272

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,11 @@ endef
385385
$(foreach host,$(CFG_TARGET_TRIPLES), \
386386
$(eval $(call DEF_RUSTC_TARGET,$(host))))
387387

388+
rustc-stage1: rustc-stage1-H-$(CFG_HOST_TRIPLE)
389+
rustc-stage2: rustc-stage2-H-$(CFG_HOST_TRIPLE)
390+
rustc-stage3: rustc-stage3-H-$(CFG_HOST_TRIPLE)
391+
rustc: rustc-H-$(CFG_HOST_TRIPLE)
392+
388393
rustc-H-all: $(foreach host,$(CFG_TARGET_TRIPLES),rustc-H-$(host))
389394

390395
######################################################################
@@ -410,7 +415,7 @@ TSREQS := \
410415
FUZZ := $(HBIN3_H_$(CFG_HOST_TRIPLE))/fuzzer$(X)
411416
CARGO := $(HBIN3_H_$(CFG_HOST_TRIPLE))/cargo$(X)
412417

413-
all: rustc-H-$(CFG_HOST_TRIPLE) $(GENERATED) $(DOCS) $(FUZZ) $(CARGO)
418+
all: rustc $(GENERATED) $(DOCS) $(FUZZ) $(CARGO)
414419

415420
endif
416421

0 commit comments

Comments
 (0)