rust/library/std
bors 0cbef48150 Auto merge of #120232 - c272:json-buildstd, r=Mark-Simulacrum
Add support for custom JSON targets when using build-std.

Currently, when building with `build-std`, some library build scripts check properties of the target by inspecting the target triple at `env::TARGET`, which is simply set to the filename of the JSON file when using JSON target files.

This patch alters these build scripts to use `env::CARGO_CFG_*` to fetch target information instead, allowing JSON target files describing platforms without `restricted_std` to build correctly when using `-Z build-std`. There are some weak assertions here (for example, `nintendo && newlib`), however this seems at least a marginal improvement on the existing solution.

Fixes https://github.com/rust-lang/wg-cargo-std-aware/issues/60.
2024-02-11 02:10:17 +00:00
..
benches
src Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr 2024-02-09 21:06:12 +00:00
tests Update feature names for new stdarch 2024-01-30 03:33:12 +00:00
build.rs Add support for custom JSON targets when using build-std. 2024-02-05 10:20:42 +00:00
Cargo.toml Update libc to 0.2.153 2024-02-01 23:58:42 -03:00