Skip to content

Commit a3a1d32

Browse files
BoxyUwUcuviper
authored andcommitted
update missing targets list
1 parent 8541446 commit a3a1d32

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/bootstrap/src/core/sanity.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,8 @@ pub struct Finder {
3434
//
3535
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
3636
const STAGE0_MISSING_TARGETS: &[&str] = &[
37-
"aarch64-unknown-helenos",
38-
"i686-unknown-helenos",
39-
"x86_64-unknown-helenos",
40-
"powerpc-unknown-helenos",
41-
"sparc64-unknown-helenos",
4237
// just a dummy comment so the list doesn't get onelined
43-
"riscv64gc-unknown-redox",
4438
"riscv64im-unknown-none-elf",
45-
"hexagon-unknown-qurt",
4639
];
4740

4841
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM

0 commit comments

Comments
 (0)