Tracking issue for https://github.com/rust-lang/rfcs/pull/1721 - [x] - Add the `crt-static` target-feature - [x] - Update Cargo to pass through target-feature to build scripts - https://github.com/rust-lang/cargo/pull/3243 - [x] - Implement "lazy link attributes" and implement in a gated fashion in liblibc. Be aware that ["lazy link attributes" (`#[link(name = "foo", cfg(foo))]`) will never be stable](https://rust-lang.github.io/rfcs/1721-crt-static.html#lazy-link-attributes).