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

[clang] [MinGW] Don't look for a GCC in path if the install base has a proper mingw sysroot #76949

Merged
merged 1 commit into from
Jan 7, 2024

Commits on Jan 5, 2024

  1. [clang] [MinGW] Don't look for a GCC in path if the install base has …

    …a proper mingw sysroot
    
    This fixes uses of the MSYS2 clang64 environment compilers, if
    another set of GCC based compilers are available further back
    in PATH (which may be explicitly added, or inherited unintentionally
    from other software installed).
    
    (The issue in the clang64 environment can be worked around somewhat
    by installing *-gcc-compat packages which present aliases named
    <triple>-gcc within the clang64 environment as well.)
    
    This fixes msys2/MINGW-packages#11495
    and msys2/MINGW-packages#19279.
    mstorsjo committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ce2a49c View commit details
    Browse the repository at this point in the history