rust/compiler/rustc_target/src
Matthias Krüger 442ba180d6
Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser
Add powerpc-unknown-linux-muslspe compile target

This is almost identical to already existing targets:
- powerpc_unknown_linux_musl.rs
- powerpc_unknown_linux_gnuspe.rs

It has support for PowerPC SPE (muslspe), which
can be used with GCC version up to 8. It is useful for Freescale or IBM cores like e500.

This was verified to be working with OpenWrt build system for CZ.NIC's Turris 1.x routers, which are using Freescale P2020, e500v2, so add it as a Tier 3 target.

Follow-up of https://github.com/rust-lang/rust/pull/100860
2024-08-15 00:02:24 +02:00
..
abi Refactor powerpc64 call ABI handling 2024-08-11 14:11:17 +01:00
asm Reformat use declarations. 2024-07-29 08:26:52 +10:00
spec Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser 2024-08-15 00:02:24 +02:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs Update std and compiler 2024-08-10 12:07:17 +02:00
target_features.rs Fix typo 2024-08-07 00:43:56 -04:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00