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 8541446 commit a3a1d32Copy full SHA for a3a1d32
src/bootstrap/src/core/sanity.rs
@@ -34,15 +34,8 @@ 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
"riscv64im-unknown-none-elf",
45
- "hexagon-unknown-qurt",
46
];
47
48
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments