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 /src/bootstrap | |
| 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 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/sanity.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs index 418ebbbfb42..87d273abf17 100644 --- a/src/bootstrap/src/core/sanity.rs +++ b/src/bootstrap/src/core/sanity.rs @@ -35,6 +35,7 @@ pub struct Finder { const STAGE0_MISSING_TARGETS: &[&str] = &[ // just a dummy comment so the list doesn't get onelined "aarch64-unknown-nto-qnx710_iosock", + "x86_64-pc-nto-qnx710_iosock", ]; /// Minimum version threshold for libstdc++ required when using prebuilt LLVM |
