Skip to content

Commit eba7fd3

Browse files
ericktgraydon
authored andcommitted
---
yaml --- r: 2665 b: refs/heads/master c: 02b995f h: refs/heads/master i: 2663: 0cab580 v: v3
1 parent 5005433 commit eba7fd3

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: 7341055b84cbda99a34fb6c307d1d4e3f887401e
2+
refs/heads/master: 02b995f428ffd66ab72e13f804cdd5ad80fefa7a

trunk/mk/stage1.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stage1/librustc.o: $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ0)
1616
stage1/$(CFG_RUSTCLIB): stage1/librustc.o stage1/glue.o
1717
@$(call E, link: $@)
1818
$(Q)gcc $(CFG_GCCISH_CFLAGS) stage1/glue.o $(CFG_GCCISH_LINK_FLAGS) \
19-
-o $@ $< -Lstage1 -Lrt -lrustrt
19+
-o $@ $< -Lstage1 -Lrustllvm -Lrt -lrustrt -lrustllvm -lstd
2020

2121
stage1/rustc.o: $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ0)
2222
@$(call E, compile: $@)

trunk/mk/stage2.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stage2/librustc.o: $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ1)
1616
stage2/$(CFG_RUSTCLIB): stage2/librustc.o stage2/glue.o
1717
@$(call E, link: $@)
1818
$(Q)gcc $(CFG_GCCISH_CFLAGS) stage2/glue.o $(CFG_GCCISH_LINK_FLAGS) \
19-
-o $@ $< -Lstage2 -Lrt -lrustrt
19+
-o $@ $< -Lstage2 -Lrustllvm -Lrt -lrustrt -lrustllvm -lstd
2020

2121
stage2/rustc.o: $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ1)
2222
@$(call E, compile: $@)

trunk/mk/stage3.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stage3/librustc.o: $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ2)
1616
stage3/$(CFG_RUSTCLIB): stage3/librustc.o stage3/glue.o
1717
@$(call E, link: $@)
1818
$(Q)gcc $(CFG_GCCISH_CFLAGS) stage3/glue.o $(CFG_GCCISH_LINK_FLAGS) \
19-
-o $@ $< -Lstage3 -Lrt -lrustrt
19+
-o $@ $< -Lstage3 -Lrustllvm -Lrt -lrustrt -lrustllvm -lstd
2020

2121
stage3/rustc.o: $(COMPILER_CRATE) $(COMPILER_INPUTS) $(SREQ2)
2222
@$(call E, compile: $@)

0 commit comments

Comments
 (0)