File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 4509e6fd7097b630f73ac6125120372490ea57d3
2
+ refs/heads/master: 186717fae09fc42410a56e51fe32af662a55b6e2
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ stage2/%.o: stage2/%.s
543
543
stage1/% $(X ) : stage1/% .o $(SREQ0 )
544
544
@$(call E, link [gcc]: $@ )
545
545
$(Q ) gcc $(CFG_GCC_CFLAGS ) stage0/glue.o -o $@ $< \
546
- -Lstage0 -Lrt -lrustrt -lstd -lm
546
+ -Lstage0 -Lrustllvm - Lrt -lrustrt -lrustllvm -lstd -lm
547
547
@# dsymutil sometimes fails or prints a warning, but the
548
548
@# program still runs. Since it simplifies debugging other
549
549
@# programs, I\'ll live with the noise.
@@ -552,7 +552,7 @@ stage1/%$(X): stage1/%.o $(SREQ0)
552
552
stage2/% $(X ) : stage2/% .o $(SREQ1 )
553
553
@$(call E, link [gcc]: $@ )
554
554
$(Q ) gcc $(CFG_GCC_CFLAGS ) stage1/glue.o -o $@ $< \
555
- -Lstage1 -Lrt -lrustrt -lstd -lm
555
+ -Lstage1 -Lrustllvm - Lrt -lrustrt -lrustllvm -lstd -lm
556
556
@# dsymutil sometimes fails or prints a warning, but the
557
557
@# program still runs. Since it simplifies debugging other
558
558
@# programs, I\'ll live with the noise.
You can’t perform that action at this time.
0 commit comments