Skip to content

Commit a1add8b

Browse files
committed
---
yaml --- r: 3160 b: refs/heads/master c: ad2ab4c h: refs/heads/master v: v3
1 parent 1c440d5 commit a1add8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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: 219924e669d98bfea2a6b48ac0b0638df1234432
2+
refs/heads/master: ad2ab4cfa6b0d9348fcf93d10f6c745b53a0b8af

trunk/mk/stage1.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
stage1/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
22
stage1/rustc$(X) stage0/$(CFG_STDLIB) stage1/intrinsics.bc \
3-
$(LREQ) $(MKFILES)
3+
stage1/glue.o $(LREQ) $(MKFILES)
44
@$(call E, compile_and_link: $@)
55
$(STAGE1) --shared -o $@ $<
66

trunk/mk/stage2.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
stage2/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
22
stage2/rustc$(X) stage1/$(CFG_STDLIB) stage2/intrinsics.bc \
3-
$(LREQ) $(MKFILES)
3+
stage2/glue.o $(LREQ) $(MKFILES)
44
@$(call E, compile_and_link: $@)
55
$(STAGE2) --shared -o $@ $<
66

trunk/mk/stage3.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
stage3/$(CFG_STDLIB): $(STDLIB_CRATE) $(STDLIB_INPUTS) \
22
stage3/rustc$(X) stage2/$(CFG_STDLIB) stage3/intrinsics.bc \
3-
$(LREQ) $(MKFILES)
3+
stage3/glue.o $(LREQ) $(MKFILES)
44
@$(call E, compile_and_link: $@)
55
$(STAGE3) --shared -o $@ $<
66

0 commit comments

Comments
 (0)