mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
update STAGE0_MISSING_TARGETS
This commit is contained in:
parent
acb09bf741
commit
618b0cb046
@ -34,10 +34,6 @@ pub struct Finder {
|
||||
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
|
||||
const STAGE0_MISSING_TARGETS: &[&str] = &[
|
||||
// just a dummy comment so the list doesn't get onelined
|
||||
"armv7-rtems-eabihf",
|
||||
"riscv32e-unknown-none-elf",
|
||||
"riscv32em-unknown-none-elf",
|
||||
"riscv32emc-unknown-none-elf",
|
||||
];
|
||||
|
||||
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
|
||||
|
Loading…
Reference in New Issue
Block a user