File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 219924e669d98bfea2a6b48ac0b0638df1234432
2
+ refs/heads/master: ad2ab4cfa6b0d9348fcf93d10f6c745b53a0b8af
Original file line number Diff line number Diff line change 1
1
stage1/$(CFG_STDLIB ) : $(STDLIB_CRATE ) $(STDLIB_INPUTS ) \
2
2
stage1/rustc$(X) stage0/$(CFG_STDLIB) stage1/intrinsics.bc \
3
- $(LREQ) $(MKFILES)
3
+ stage1/glue.o $(LREQ) $(MKFILES)
4
4
@$(call E, compile_and_link: $@)
5
5
$(STAGE1) --shared -o $@ $<
6
6
Original file line number Diff line number Diff line change 1
1
stage2/$(CFG_STDLIB ) : $(STDLIB_CRATE ) $(STDLIB_INPUTS ) \
2
2
stage2/rustc$(X) stage1/$(CFG_STDLIB) stage2/intrinsics.bc \
3
- $(LREQ) $(MKFILES)
3
+ stage2/glue.o $(LREQ) $(MKFILES)
4
4
@$(call E, compile_and_link: $@)
5
5
$(STAGE2) --shared -o $@ $<
6
6
Original file line number Diff line number Diff line change 1
1
stage3/$(CFG_STDLIB ) : $(STDLIB_CRATE ) $(STDLIB_INPUTS ) \
2
2
stage3/rustc$(X) stage2/$(CFG_STDLIB) stage3/intrinsics.bc \
3
- $(LREQ) $(MKFILES)
3
+ stage3/glue.o $(LREQ) $(MKFILES)
4
4
@$(call E, compile_and_link: $@)
5
5
$(STAGE3) --shared -o $@ $<
6
6
You can’t perform that action at this time.
0 commit comments