Skip to content

Commit bca4f82

Browse files
committed
Update src/stage0 to incorporate the new data
1 parent cdfd169 commit bca4f82

File tree

2 files changed

+522
-504
lines changed

2 files changed

+522
-504
lines changed

src/bootstrap/src/core/sanity.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ pub struct Finder {
3333
//
3434
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
3535
const STAGE0_MISSING_TARGETS: &[&str] = &[
36-
"armv7a-vex-v5",
37-
"riscv64a23-unknown-linux-gnu",
3836
// just a dummy comment so the list doesn't get onelined
39-
"aarch64_be-unknown-hermit",
40-
"aarch64_be-unknown-none-softfloat",
4137
"x86_64-unknown-motor",
4238
];
4339

0 commit comments

Comments
 (0)