Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move most of unwind's build script to lib.rs #104241

Merged
merged 1 commit into from
Nov 15, 2022

Commits on Nov 14, 2022

  1. 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
    bjorn3 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    53852ee View commit details
    Browse the repository at this point in the history