rust/compiler/rustc_target/src/spec
Matthias Krüger d5658d33de
Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubilee
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
2025-07-02 19:28:05 +02:00
..
base compiler: Update all targets to the new c_int_width type 2025-06-11 00:42:14 -07:00
targets expose abi information on ppc64 targets 2025-06-19 17:56:30 +02:00
abi_map.rs Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxu 2025-06-25 22:14:56 +02:00
crt_objects.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
json.rs compiler: Change c_int_width to be an integer type 2025-06-11 00:42:14 -07:00
mod.rs compiler: Redescribe rustc_target search algo more accurately 2025-06-16 21:29:06 -07:00