rust-lang / cc-rs

Rust library for build scripts to compile C/C++ code into a Rust library
https://docs.rs/cc
Apache License 2.0
1.84k stars 442 forks source link

feat: Query rustc for clang target triples instead of hardcoding them #1004

Closed NobodyXu closed 7 months ago

NobodyXu commented 7 months ago

Fixed #994

Add new workspace crate gen-target-info for generating src/target_info.rs, and use it to simplify riscv target arch mapping logic in Build::add_default_flags

NobodyXu commented 7 months ago

Thanks!