Skip to content

Commit 0908ffa

Browse files
committed
auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestinger
Apparently we had forgotten to do this for freebsd, causing possible problems on FreeBSD 10. The discussion in #12324 has some more details about how it's missing.
2 parents 82c8cb2 + d1f8fb2 commit 0908ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/rtdeps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ extern {}
3838
#[cfg(target_os = "freebsd")]
3939
#[link(name = "execinfo")]
4040
#[link(name = "pthread")]
41+
#[link(name = "m")]
4142
extern {}
4243

4344
#[cfg(target_os = "macos")]

0 commit comments

Comments
 (0)