Skip to content

Commit d607440

Browse files
committed
update missing targets list
1 parent 71a0b19 commit d607440

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,14 +34,7 @@ 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",
44-
"hexagon-unknown-qurt",
4538
];
4639

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

0 commit comments

Comments
 (0)