]> git.lizzy.rs Git - rust.git/commit
Auto merge of #32407 - alexcrichton:netbsd-gcc-s-link, r=aturon
authorbors <bors@rust-lang.org>
Fri, 25 Mar 2016 18:00:01 +0000 (11:00 -0700)
committerbors <bors@rust-lang.org>
Fri, 25 Mar 2016 18:00:01 +0000 (11:00 -0700)
commitcf9274b727423306121c223681022ac0531c6091
tree8e0a80a3af89a08f01eb838328780a85831dd1ed
parent64a13a46601bb47a470264936b623b4adf706128
parentf34c0e6ebd1f8a03a864b58fb6c6f8ebdffd80d6
Auto merge of #32407 - alexcrichton:netbsd-gcc-s-link, r=aturon

std: Link to gcc_s on NetBSD

Currently the nightlies we're producing fail when linking some C code into a
Rust application with the error message:

    libgcc_s.so.1: error adding symbols: DSO missing from command line

By linking `gcc_s` instead of `gcc` this error goes away. I haven't tested this
on NetBSD itself, but should help get the Linux cross-compile image moreso up
and working!