rust/src/libunwind
Marco A L Barbosa 68db72d8cd Do not assume dynamic linking for musl/mips[el] targets
All musl targets except mips[el] assume static linking by default. This
can be confusing
https://users.rust-lang.org/t/static-cross-compiled-binaries-arent-really-static/6084

When the musl/mips[el] targets was
[added](https://github.com/rust-lang/rust/pull/31298), dynamic linking
was chosen because of binary size concerns, and probably also because
libunwind
[didn't](https://users.rust-lang.org/t/static-cross-compiled-binaries-arent-really-static/6084/8)
supported mips.

Now that we have `crt-static` target-feature (the user can choose
dynamic link for musl targets), and libunwind
[6.0](https://github.com/llvm-mirror/libunwind/commits/release_60) add
support to mips, we do not need to assume dynamic linking.
2018-01-22 16:14:51 -02:00
..
build.rs Do not assume dynamic linking for musl/mips[el] targets 2018-01-22 16:14:51 -02:00
Cargo.toml std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
lib.rs Do not assume dynamic linking for musl/mips[el] targets 2018-01-22 16:14:51 -02:00
libunwind.rs Improve backtrace formating while panicking. 2017-02-15 14:24:37 -05:00
macros.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00