From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 37A973858D38; Tue, 27 Dec 2022 07:09:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37A973858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672124956; bh=yFTdv7DYU8ayP3YWffoP/WOaiSRBfsxVRW+9bmuqBg0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ju+fkQhWzXDUvaM7yGKVs1pMA1amZp9nhvVllPfvnvaLMPdgqqN21NXCupmFRLDOX WALD3fyIVHF3dqQ8hPoxcmGiu9Zhjf/EI6Opp/qTku2JkHmqmQAoW3Bjg9R7ErI3hF JKw6MzDtHJtNbZGT7gZnYPJbbgXzrgPNnP5soMNI= From: "nightstrike at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/103327] Do not search MINGW in the search dir Date: Tue, 27 Dec 2022 07:09:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nightstrike at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103327 nightstrike changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nightstrike at gmail dot c= om --- Comment #2 from nightstrike --- 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.=