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 fc887e2 commit a2a866bCopy full SHA for a2a866b
src/bootstrap/src/core/sanity.rs
@@ -37,6 +37,9 @@ pub struct Finder {
37
const STAGE0_MISSING_TARGETS: &[&str] = &[
38
// just a dummy comment so the list doesn't get onelined
39
"armv7-rtems-eabihf",
40
+ "riscv32e-unknown-none-elf",
41
+ "riscv32em-unknown-none-elf",
42
+ "riscv32emc-unknown-none-elf",
43
];
44
45
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments