We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a0b19 commit d607440Copy full SHA for d607440
src/bootstrap/src/core/sanity.rs
@@ -34,14 +34,7 @@ pub struct Finder {
34
//
35
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
36
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",
42
// just a dummy comment so the list doesn't get onelined
43
- "riscv64gc-unknown-redox",
44
- "hexagon-unknown-qurt",
45
];
46
47
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments