rust/library/compiler-builtins/crates
Mads Marquart feb1b52180
Compare against CARGO_CFG_TARGET_FAMILY in a multi-valued fashion
`cfg(target_family = "...")` can be set multiple times, and thus
`CARGO_CFG_TARGET_FAMILY` can also contain comma-separated values,
similar to `CARGO_CFG_TARGET_FEATURE`.

This allows `cargo build --target wasm32-unknown-emscripten -p
musl-math-sys` to work, and will become more important if we were to add
e.g. `cfg(target_family = "darwin")` in the future as discussed in
https://github.com/rust-lang/rust/issues/100343.
2025-10-22 09:35:20 +00:00
..
libm-macros Upgrade dependencies to the latest version 2025-07-10 17:50:49 -04:00
musl-math-sys Compare against CARGO_CFG_TARGET_FAMILY in a multi-valued fashion 2025-10-22 09:35:20 +00:00
panic-handler panic-handler: Remove the no_core feature 2025-06-04 21:27:00 +00:00
symbol-check symcheck: Support both archives and object files 2025-09-07 04:55:27 -04:00
util libm-macros: Allow a way to bulk match f16 and f128 functions 2025-04-23 15:04:51 -04:00