about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2025-06-24 09:50:58 -0700
committerJosh Stone <jistone@redhat.com>2025-07-01 10:54:33 -0700
commita58050b753387daee70cbf6c231ea1422dd74d47 (patch)
treeb386e052ff61d6065ce52e66961c2f948b5b01f5 /src
parent47a3bf36bce17ccfff0822b1e9041df8437f43e4 (diff)
downloadrust-a58050b753387daee70cbf6c231ea1422dd74d47.tar.gz
rust-a58050b753387daee70cbf6c231ea1422dd74d47.zip
Update `STAGE0_MISSING_TARGETS`
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/src/core/sanity.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs
index 958058d982b..f2119e84cce 100644
--- a/src/bootstrap/src/core/sanity.rs
+++ b/src/bootstrap/src/core/sanity.rs
@@ -34,8 +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
-    "loongarch32-unknown-none",
-    "loongarch32-unknown-none-softfloat",
 ];
 
 /// Minimum version threshold for libstdc++ required when using prebuilt LLVM