diff options
| author | Florian Bartels <Florian.Bartels@elektrobit.com> | 2024-11-29 18:15:05 +0100 |
|---|---|---|
| committer | Florian Bartels <Florian.Bartels@elektrobit.com> | 2025-01-24 12:32:20 +0000 |
| commit | efe53ddd587333a405fcb95d78a72696932275cd (patch) | |
| tree | 1a6460f62fc423eeb3f1db501789ce099262f6ff /library | |
| parent | 84c80151cf496d0c6e6823493fd4a07d242ce311 (diff) | |
| download | rust-efe53ddd587333a405fcb95d78a72696932275cd.tar.gz rust-efe53ddd587333a405fcb95d78a72696932275cd.zip | |
Add support for QNX 7.1 with io-sock on x64
Signed-off-by: Florian Bartels <Florian.Bartels@elektrobit.com>
Diffstat (limited to 'library')
| -rw-r--r-- | library/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index b91b89b7761..16e7cb5c3a8 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -139,7 +139,7 @@ test = true level = "warn" check-cfg = [ 'cfg(bootstrap)', - 'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock"))', + 'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock", "x86_64-pc-nto-qnx710_iosock"))', 'cfg(target_env, values("nto71_iosock"))', # std use #[path] imports to portable-simd `std_float` crate # and to the `backtrace` crate which messes-up with Cargo list |
