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

gcc: tighten condition for inhibit_libc=true #241206

Merged
merged 1 commit into from Oct 5, 2023
Merged

gcc: tighten condition for inhibit_libc=true #241206

merged 1 commit into from Oct 5, 2023

Commits on Jul 7, 2023

  1. gcc: tighten condition for inhibit_libc=true

    The situation described in the comment preceding `export
    inhibit_libc=true` does not match the conditional which follows it.
    Specifically, the comment says that this line is meant for "clang
    builds gcc" situations, yet it is enabled even when
    `!stdenv.cc.isClang`.
    
    This commit tightens the conditional to make it match the situation
    described in the comment.
    Adam Joseph committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    926c920 View commit details
    Browse the repository at this point in the history