about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorAkhilTThomas <akhilthomasmec@gmail.com>2024-12-06 11:38:25 +0100
committerFlorian Bartels <Florian.Bartels@elektrobit.com>2025-01-24 12:41:49 +0000
commit3f045c9d2e186402c135caf6cbc7fc8a41a684b6 (patch)
tree53e5d233df35ecfae9ba01879a0433f8314cfdaa /src/bootstrap
parent62661f25921770fd973567e62836adf6e3246ac9 (diff)
add nto80 x86-64 and aarch64 target
Signed-off-by: Florian Bartels <Florian.Bartels@elektrobit.com>
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/sanity.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs
index 87d273abf17..6c8cda18548 100644
--- a/src/bootstrap/src/core/sanity.rs
+++ b/src/bootstrap/src/core/sanity.rs
@@ -36,6 +36,8 @@ 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