0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-22 18:32:30 +01:00
rust/library/unwind
bjorn3 53852ee4eb Move most of unwind's build script to lib.rs
Only the android libunwind detection remains in the build script

* Reduces dependence on build scripts for building the standard library
* Reduces dependence on exact target names in favor of using semantic
  cfg(target_*) usage.
* Keeps almost all code related to linking of the unwinder in one file
2022-11-14 14:24:12 +00:00
..
src Move most of unwind's build script to lib.rs 2022-11-14 14:24:12 +00:00
build.rs Move most of unwind's build script to lib.rs 2022-11-14 14:24:12 +00:00
Cargo.toml