Expose elf abi on ppc64 targets Fixes https://github.com/rust-lang/rust/issues/60617 (after MCP https://github.com/rust-lang/compiler-team/issues/885 is accepted) by exposing the abi information on ppc64 targets. Conditional compilation can now use `cfg(target_abi = "elfv1")` or `cfg(target_abi = "elfv2")` to determine the abi in use. Technical details are included in the other PR https://github.com/rust-lang/rust/pull/142598 |
||
|---|---|---|
| .. | ||
| base | ||
| targets | ||
| abi_map.rs | ||
| crt_objects.rs | ||
| json.rs | ||
| mod.rs | ||