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

Link against libatomic if needed #95

Merged
merged 2 commits into from
Dec 18, 2020

Commits on Dec 10, 2020

  1. Link against libatomic if needed

    Some architectures such as RISC-V have only limited support for atomic
    operations and need the GCC atomic helper library for
    compare_exchange_strong() to work.
    
    This PR adds a config-time test to check if libatomic is required and
    links against it if yes.
    roehling committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    73207f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08b9947 View commit details
    Browse the repository at this point in the history