We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb09bf commit 618b0cbCopy full SHA for 618b0cb
src/bootstrap/src/core/sanity.rs
@@ -34,10 +34,6 @@ pub struct Finder {
34
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
35
const STAGE0_MISSING_TARGETS: &[&str] = &[
36
// just a dummy comment so the list doesn't get onelined
37
- "armv7-rtems-eabihf",
38
- "riscv32e-unknown-none-elf",
39
- "riscv32em-unknown-none-elf",
40
- "riscv32emc-unknown-none-elf",
41
];
42
43
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments