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

newlib: evade more of newlib's self-disablement #268026

Merged
merged 1 commit into from Nov 19, 2023
Merged

newlib: evade more of newlib's self-disablement #268026

merged 1 commit into from Nov 19, 2023

Commits on Nov 17, 2023

  1. newlib: evade more of newlib's self-disablement

    In https://github.com/NixOS/nixpkgs/pull/266364/files I neglected to
    evade one of newlib's other (annoying) self-disablement checks: when
    host==target newlib decides it's not in the mood to build itself for
    some reason.
    
    Since we have an entire package for newlib (it's no longer part of
    gcc) these checks are silly.  So I have evadede the second check as well.
    
    Closes #267859
    Adam Joseph committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7444c59 View commit details
    Browse the repository at this point in the history