1
Fork 0

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.
This commit is contained in:
bors 2014-03-26 04:16:52 -07:00
commit 0908ffa660

View file

@ -38,6 +38,7 @@ extern {}
#[cfg(target_os = "freebsd")]
#[link(name = "execinfo")]
#[link(name = "pthread")]
#[link(name = "m")]
extern {}
#[cfg(target_os = "macos")]