Skip to content

Commit

Permalink
auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestinger
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Mar 26, 2014
2 parents 82c8cb2 + d1f8fb2 commit 0908ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/rtdeps.rs
Expand Up @@ -38,6 +38,7 @@ extern {}
#[cfg(target_os = "freebsd")]
#[link(name = "execinfo")]
#[link(name = "pthread")]
#[link(name = "m")]
extern {}

#[cfg(target_os = "macos")]
Expand Down

0 comments on commit 0908ffa

Please sign in to comment.