about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2025-02-18 09:12:05 -0800
committerJosh Stone <jistone@redhat.com>2025-02-18 09:32:44 -0800
commit5a8923768043b58aafa2977de057f5308617a4c8 (patch)
treecd5949c2578c44b912fcb2b3af102cb1160f99c6
parent3c45324e678d7148d542f08ced5c666dba2e1d60 (diff)
downloadrust-5a8923768043b58aafa2977de057f5308617a4c8.tar.gz
rust-5a8923768043b58aafa2977de057f5308617a4c8.zip
update `STAGE0_MISSING_TARGETS`
-rw-r--r--src/bootstrap/src/core/sanity.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs
index 241b7386d18..fdac7f3cb17 100644
--- a/src/bootstrap/src/core/sanity.rs
+++ b/src/bootstrap/src/core/sanity.rs
@@ -34,10 +34,6 @@ pub struct Finder {
 // Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
 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",
-    "x86_64-pc-nto-qnx800",
-    "aarch64-unknown-nto-qnx800",
 ];
 
 /// Minimum version threshold for libstdc++ required when using prebuilt LLVM