File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,11 @@ endef
385
385
$(foreach host,$(CFG_TARGET_TRIPLES), \
386
386
$(eval $(call DEF_RUSTC_TARGET,$(host))))
387
387
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
+
388
393
rustc-H-all : $(foreach host,$(CFG_TARGET_TRIPLES ) ,rustc-H-$(host ) )
389
394
390
395
# #####################################################################
@@ -410,7 +415,7 @@ TSREQS := \
410
415
FUZZ := $(HBIN3_H_$(CFG_HOST_TRIPLE ) ) /fuzzer$(X )
411
416
CARGO := $(HBIN3_H_$(CFG_HOST_TRIPLE ) ) /cargo$(X )
412
417
413
- all : rustc-H- $( CFG_HOST_TRIPLE ) $(GENERATED ) $(DOCS ) $(FUZZ ) $(CARGO )
418
+ all : rustc $(GENERATED ) $(DOCS ) $(FUZZ ) $(CARGO )
414
419
415
420
endif
416
421
You can’t perform that action at this time.
0 commit comments