Skip to content

New cargo target detection regress *-esp-idf target builds. #1262

Open
@Vollbrecht

Description

@Vollbrecht

Regression introduced in: cc-rs 1.1.32.

Problem: The target is misidentified as riscv32imc_zicsr_zifencei-esp-espidf. While this would be a "correctly" formed target for a riscv target with respect to riscv ISA version 2.1, this is not a correct target description for any esp-idf target introduced on ISA 2.0.

The esp-idf targets where added while the underlying compiler still supported the riscv ISA 2.0 that did not include any zicsr_zifencei description. E.g the official names are listed https://doc.rust-lang.org/rustc/platform-support/esp-idf.html#requirements there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions