about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJens Reidel <adrian@travitia.xyz>2025-08-22 20:25:11 +0200
committerJens Reidel <adrian@travitia.xyz>2025-08-22 20:25:11 +0200
commit65847490bbf232d152daf445b66698fb2f96b986 (patch)
tree919667464a22a3943f0344335b6a0c77675a84eb /src/bootstrap
parentf5703d5dd3eec176f86a6e9bf7e668b48b84eabb (diff)
downloadrust-65847490bbf232d152daf445b66698fb2f96b986.tar.gz
rust-65847490bbf232d152daf445b66698fb2f96b986.zip
Add aarch64_be-unknown-hermit target
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/sanity.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs
index bd02131b7fe..3c68192302a 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] = &[
     "armv7a-vex-v5",
     // just a dummy comment so the list doesn't get onelined
+    "aarch64_be-unknown-hermit",
     "aarch64_be-unknown-none-softfloat",
 ];