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

stdenv: switch default from gcc10 to gcc11 #174282

Merged
merged 1 commit into from
Sep 10, 2022

Commits on May 24, 2022

  1. stdenv: switch default from gcc10 to gcc11

    This will mainly affect ARM which is still using gcc10;
    
    x86_64 (darwin and linux), RISC-V (linux), and aarch64 (darwin) are
    already using gcc11 so this will remove their version override.
    
    aarch64 (linux), vc4, and relibc will remain pinned to previous versions
    due to unresolved issues.
    fabianhjr committed May 24, 2022
    Configuration menu
    Copy the full SHA
    00a0eeb View commit details
    Browse the repository at this point in the history