diff options
| author | Josh Stone <jistone@redhat.com> | 2025-06-24 09:50:58 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2025-07-01 10:54:33 -0700 |
| commit | a58050b753387daee70cbf6c231ea1422dd74d47 (patch) | |
| tree | b386e052ff61d6065ce52e66961c2f948b5b01f5 /src | |
| parent | 47a3bf36bce17ccfff0822b1e9041df8437f43e4 (diff) | |
| download | rust-a58050b753387daee70cbf6c231ea1422dd74d47.tar.gz rust-a58050b753387daee70cbf6c231ea1422dd74d47.zip | |
Update `STAGE0_MISSING_TARGETS`
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/core/sanity.rs | 2 |
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 |
