[Bug target/103327] Do not search MINGW in the search dir
nightstrike at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Dec 27 07:09:15 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103327
nightstrike <nightstrike at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nightstrike at gmail dot com
--- Comment #2 from nightstrike <nightstrike at gmail dot com> ---
This is intentional, and goes back to at least gcc 3. The idea here is that
the path /mingw, which has to be in your sysroot and is usually a symlink to
$target, is the place to find the mingw-w64 headers and import libraries. This
is the equivalent of /usr/local in a posix environment, which doesn't exist for
this target.
More information about the Gcc-bugs
mailing list