File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 8f0c475562299d3fcc9c77ce1b9e8b19f8e6add7
2
+ refs/heads/master: 68c6272f860f919809a52f3cd937989a9446d90e
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