rust/library/std
Martin Nordholts e8df637c61 library/std/build.rs: "powerpc64le" is not a target_arch
The target_arch of `powerpc64le` is `powerpc64`, so
`powerpc64le` can be removed from a match arm in build.rs
related to f16.

You can check available `target_arch`:s with:

    $ rustc +nightly -Zunstable-options --print all-target-specs-json \
            | grep powerpc | grep arch | sort | uniq
        "arch": "powerpc",
        "arch": "powerpc64",
2024-07-03 13:46:31 +02:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Rollup merge of #126953 - joboet:lazy_key, r=jhpratt 2024-06-29 09:14:56 +02:00
tests Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
build.rs library/std/build.rs: "powerpc64le" is not a target_arch 2024-07-03 13:46:31 +02:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00