public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/103327] New: Do not search MINGW in the search dir
@ 2021-11-19  6:18 unlvsur at live dot com
  2021-11-19  7:52 ` [Bug target/103327] " rguenth at gcc dot gnu.org
  2022-12-27  7:09 ` nightstrike at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: unlvsur at live dot com @ 2021-11-19  6:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103327

            Bug ID: 103327
           Summary: Do not search MINGW in the search dir
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

Created attachment 51835
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51835&action=edit
proposed patch

This is also a patch used in TDM-GCC since GCC searches wrong dir in /mingw
which is useless

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/103327] Do not search MINGW in the search dir
  2021-11-19  6:18 [Bug target/103327] New: Do not search MINGW in the search dir unlvsur at live dot com
@ 2021-11-19  7:52 ` rguenth at gcc dot gnu.org
  2022-12-27  7:09 ` nightstrike at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-11-19  7:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103327

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Please post patches to gcc-patches@gcc.gnu.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/103327] Do not search MINGW in the search dir
  2021-11-19  6:18 [Bug target/103327] New: Do not search MINGW in the search dir unlvsur at live dot com
  2021-11-19  7:52 ` [Bug target/103327] " rguenth at gcc dot gnu.org
@ 2022-12-27  7:09 ` nightstrike at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: nightstrike at gmail dot com @ 2022-12-27  7:09 UTC (permalink / raw)
  To: gcc-bugs

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-27  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19  6:18 [Bug target/103327] New: Do not search MINGW in the search dir unlvsur at live dot com
2021-11-19  7:52 ` [Bug target/103327] " rguenth at gcc dot gnu.org
2022-12-27  7:09 ` nightstrike at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).