File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 106d0f3b7244e45c83f49663bf124ef732c20cb2
2
+ refs/heads/master: 42877bba8a4ac92792217f50148169271a62e75d
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ stage1/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
7
7
8
8
stage1/lib/libstd.rlib : $(STDLIB_CRATE ) $(STDLIB_INPUTS ) \
9
9
stage1/rustc$(X) stage0/lib/$(CFG_STDLIB) stage1/intrinsics.bc \
10
+ stage1/lib/$(CFG_RUNTIME) stage1/lib/$(CFG_RUSTLLVM) \
10
11
stage1/lib/glue.o $(LREQ) $(MKFILES)
11
12
@$(call E, compile_and_link: $@)
12
13
$(STAGE1) --lib --static -o $@ $<
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ stage2/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
7
7
8
8
stage2/lib/libstd.rlib : $(STDLIB_CRATE ) $(STDLIB_INPUTS ) \
9
9
stage2/rustc$(X) stage1/lib/$(CFG_STDLIB) stage2/intrinsics.bc \
10
+ stage2/lib/$(CFG_RUNTIME) stage2/lib/$(CFG_RUSTLLVM) \
10
11
stage2/lib/glue.o $(LREQ) $(MKFILES)
11
12
@$(call E, compile_and_link: $@)
12
13
$(STAGE2) --lib --static -o $@ $<
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ stage3/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
7
7
8
8
stage3/lib/libstd.rlib : $(STDLIB_CRATE ) $(STDLIB_INPUTS ) \
9
9
stage3/rustc$(X) stage2/lib/$(CFG_STDLIB) stage3/intrinsics.bc \
10
+ stage3/lib/$(CFG_RUNTIME) stage3/lib/$(CFG_RUSTLLVM) \
10
11
stage3/lib/glue.o $(LREQ) $(MKFILES)
11
12
@$(call E, compile_and_link: $@)
12
13
$(STAGE3) --lib --static -o $@ $<
You can’t perform that action at this time.
0 commit comments