Skip to content

Commit 358f3fc

Browse files
committed
---
yaml --- r: 3698 b: refs/heads/master c: 42877bb h: refs/heads/master v: v3
1 parent e61073d commit 358f3fc

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 106d0f3b7244e45c83f49663bf124ef732c20cb2
2+
refs/heads/master: 42877bba8a4ac92792217f50148169271a62e75d

trunk/mk/stage1.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stage1/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
77

88
stage1/lib/libstd.rlib: $(STDLIB_CRATE) $(STDLIB_INPUTS) \
99
stage1/rustc$(X) stage0/lib/$(CFG_STDLIB) stage1/intrinsics.bc \
10+
stage1/lib/$(CFG_RUNTIME) stage1/lib/$(CFG_RUSTLLVM) \
1011
stage1/lib/glue.o $(LREQ) $(MKFILES)
1112
@$(call E, compile_and_link: $@)
1213
$(STAGE1) --lib --static -o $@ $<

trunk/mk/stage2.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stage2/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
77

88
stage2/lib/libstd.rlib: $(STDLIB_CRATE) $(STDLIB_INPUTS) \
99
stage2/rustc$(X) stage1/lib/$(CFG_STDLIB) stage2/intrinsics.bc \
10+
stage2/lib/$(CFG_RUNTIME) stage2/lib/$(CFG_RUSTLLVM) \
1011
stage2/lib/glue.o $(LREQ) $(MKFILES)
1112
@$(call E, compile_and_link: $@)
1213
$(STAGE2) --lib --static -o $@ $<

trunk/mk/stage3.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stage3/lib/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
77

88
stage3/lib/libstd.rlib: $(STDLIB_CRATE) $(STDLIB_INPUTS) \
99
stage3/rustc$(X) stage2/lib/$(CFG_STDLIB) stage3/intrinsics.bc \
10+
stage3/lib/$(CFG_RUNTIME) stage3/lib/$(CFG_RUSTLLVM) \
1011
stage3/lib/glue.o $(LREQ) $(MKFILES)
1112
@$(call E, compile_and_link: $@)
1213
$(STAGE3) --lib --static -o $@ $<

0 commit comments

Comments
 (0)