Skip to content

Commit ebc2508

Browse files
committed
---
yaml --- r: 2181 b: refs/heads/master c: 186717f h: refs/heads/master i: 2179: fc5fb35 v: v3
1 parent 00e7f17 commit ebc2508

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 4509e6fd7097b630f73ac6125120372490ea57d3
2+
refs/heads/master: 186717fae09fc42410a56e51fe32af662a55b6e2

trunk/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ stage2/%.o: stage2/%.s
543543
stage1/%$(X): stage1/%.o $(SREQ0)
544544
@$(call E, link [gcc]: $@)
545545
$(Q)gcc $(CFG_GCC_CFLAGS) stage0/glue.o -o $@ $< \
546-
-Lstage0 -Lrt -lrustrt -lstd -lm
546+
-Lstage0 -Lrustllvm -Lrt -lrustrt -lrustllvm -lstd -lm
547547
@# dsymutil sometimes fails or prints a warning, but the
548548
@# program still runs. Since it simplifies debugging other
549549
@# programs, I\'ll live with the noise.
@@ -552,7 +552,7 @@ stage1/%$(X): stage1/%.o $(SREQ0)
552552
stage2/%$(X): stage2/%.o $(SREQ1)
553553
@$(call E, link [gcc]: $@)
554554
$(Q)gcc $(CFG_GCC_CFLAGS) stage1/glue.o -o $@ $< \
555-
-Lstage1 -Lrt -lrustrt -lstd -lm
555+
-Lstage1 -Lrustllvm -Lrt -lrustrt -lrustllvm -lstd -lm
556556
@# dsymutil sometimes fails or prints a warning, but the
557557
@# program still runs. Since it simplifies debugging other
558558
@# programs, I\'ll live with the noise.

0 commit comments

Comments
 (0)