diff options
| author | Josh Stone <jistone@redhat.com> | 2024-10-15 20:16:16 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-10-15 20:30:23 -0700 |
| commit | 618b0cb0469fe219bd5e668bb5a63d3ee1568abc (patch) | |
| tree | a0c0d7bc7aeaa189c422a775114d419a7b9423b9 | |
| parent | acb09bf741ba439356e824dd10a07054c6656fb6 (diff) | |
| download | rust-618b0cb0469fe219bd5e668bb5a63d3ee1568abc.tar.gz rust-618b0cb0469fe219bd5e668bb5a63d3ee1568abc.zip | |
update STAGE0_MISSING_TARGETS
| -rw-r--r-- | src/bootstrap/src/core/sanity.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs index 6fbdd76ed5b..fabb4f2b13b 100644 --- a/src/bootstrap/src/core/sanity.rs +++ b/src/bootstrap/src/core/sanity.rs @@ -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 |
