[go: up one dir, main page]

cc 1.0.94

A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! This file is generated code. Please edit the generator
//! in dev-tools/gen-target-info if you need to make changes.

pub const RISCV_ARCH_MAPPING: &[(&str, &str)] = &[
    ("riscv32gc", "riscv32"),
    ("riscv32i", "riscv32"),
    ("riscv32im", "riscv32"),
    ("riscv32imac", "riscv32"),
    ("riscv32imafc", "riscv32"),
    ("riscv32imc", "riscv32"),
    ("riscv64gc", "riscv64"),
    ("riscv64imac", "riscv64"),
];