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

Add x86-64 architecture levels (v2-v4) as architectures #2315

Closed

Commits on Dec 8, 2022

  1. Add x86-64 architecture levels (v2-v4) as architectures

    The x86_64 SysV psABI defines four levels of x86_64 with certain CPU features
    required for each level. Those definitions are meant to be generically useful
    and recognized as such by glibc and gcc as well.
    
    For backward-compatibility and to avoid surprises, default to building x86_64
    even on v2+ capable machines.
    Vogtinator committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    282f75e View commit details
    Browse the repository at this point in the history