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 7b8e249 commit 789ddc1Copy full SHA for 789ddc1
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