Skip to content

Commit 9596144

Browse files
committed
---
yaml --- r: 2042 b: refs/heads/master c: 2cbe2bc h: refs/heads/master v: v3
1 parent f141853 commit 9596144

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f8e22cdff328dc9895e146cdcf0089f3e4db27f8
2+
refs/heads/master: 2cbe2bcb5e0fc3e544529db51e56b39df93606f7

trunk/Makefile.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ compile-check: tidy \
759759
%.stage0$(X): %.stage0.o $(SREQ0)
760760
@$(call E, link [gcc]: $@)
761761
$(Q)gcc $(CFG_GCC_CFLAGS) stage0/glue.o -o $@ $< \
762-
-Lstage0 -Lrt -lrustrt -lstd
762+
-Lstage0 -Lrt -lrustrt -lstd -lm
763763
@# dsymutil sometimes fails or prints a warning, but the
764764
@# program still runs. Since it simplifies debugging other
765765
@# programs, I\'ll live with the noise.
@@ -768,7 +768,7 @@ compile-check: tidy \
768768
%.stage1(X): %.stage1.o $(SREQ1)
769769
@$(call E, link [gcc]: $@)
770770
$(Q)gcc $(CFG_GCC_CFLAGS) stage1/glue.o -o $@ $< \
771-
-Lstage1 -Lrt -lrustrt -lstd
771+
-Lstage1 -Lrt -lrustrt -lstd -lm
772772
@# dsymutil sometimes fails or prints a warning, but the
773773
@# program still runs. Since it simplifies debugging other
774774
@# programs, I\'ll live with the noise.
@@ -777,7 +777,7 @@ compile-check: tidy \
777777
%.stage2$(X): %.stage2.o $(SREQ2)
778778
@$(call E, link [gcc]: $@)
779779
$(Q)gcc $(CFG_GCC_CFLAGS) stage2/glue.o -o $@ $< \
780-
-Lstage2 -Lrt -lrustrt -lstd
780+
-Lstage2 -Lrt -lrustrt -lstd -lm
781781
@# dsymutil sometimes fails or prints a warning, but the
782782
@# program still runs. Since it simplifies debugging other
783783
@# programs, I\'ll live with the noise.

0 commit comments

Comments
 (0)