Files
rust/compiler
bors 98edd1fbf8 Auto merge of #77386 - joshtriplett:static-glibc, r=petrochenkov
Support static linking with glibc and target-feature=+crt-static

With this change, it's possible to build on a linux-gnu target and pass
RUSTFLAGS='-C target-feature=+crt-static' or the equivalent via a
`.cargo/config.toml` file, and get a statically linked executable.

Update to libc 0.2.78, which adds support for static linking with glibc.

Add `crt_static_respected` to the `linux_base` target spec.

Update `android_base` and `linux_musl_base` accordingly. Avoid enabling
crt_static_respected on Android platforms, since that hasn't been
tested.

Closes https://github.com/rust-lang/rust/issues/65447.
2020-10-06 21:11:04 +00:00
..
2020-09-11 09:37:51 -07:00
2020-09-23 21:51:56 +02:00
2020-10-02 16:33:44 +02:00
2020-08-30 18:45:07 +03:00
2020-09-23 21:51:56 +02:00
2020-08-30 18:45:07 +03:00
2020-09-23 21:51:56 +02:00
2020-09-21 05:43:39 +02:00
2020-10-06 11:19:33 +01:00
2020-10-06 11:19:33 +01:00
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-10-06 11:19:33 +01:00
2020-10-06 11:19:33 +01:00