From a58050b753387daee70cbf6c231ea1422dd74d47 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 24 Jun 2025 09:50:58 -0700 Subject: [PATCH] Update `STAGE0_MISSING_TARGETS` --- src/bootstrap/src/core/sanity.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs index 958058d982ba..f2119e84cce7 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