public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "karlson2k at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/56279] Unwanted directory is added to include search path when building for MingGW with --native-system-header-dir
Date: Sun, 10 Feb 2013 23:04:00 -0000	[thread overview]
Message-ID: <bug-56279-4-fLqarAccUB@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-56279-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56279

--- Comment #1 from Evgeny Grin <karlson2k at gmail dot com> 2013-02-10 23:04:16 UTC ---
This unwanted dir is added by blindly overriding directory in
gcc/config/i386/mingw32.h:

#undef NATIVE_SYSTEM_HEADER_DIR
#define NATIVE_SYSTEM_HEADER_DIR "/mingw/include"

as result of fixing bug 52947. I think, it needs more improvement. At least for
MinGW this directory should be relative to GCC files, as other include dirs.
And cppdefault.c should be corrected like this:

#ifdef NATIVE_SYSTEM_HEADER_DIR
    /* /usr/include comes dead last.  */
    { NATIVE_SYSTEM_HEADER_DIR, NATIVE_SYSTEM_HEADER_COMPONENT, 0, 0,
      NATIVE_SYSTEM_HEADER_DIR_ADD_SYSROOT, 0 },
#endif

similar to GPLUSPLUS_INCLUDE_DIR part in cppdefault.c.


  reply	other threads:[~2013-02-10 23:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-10 22:45 [Bug c/56279] New: " karlson2k at gmail dot com
2013-02-10 23:04 ` karlson2k at gmail dot com [this message]
2013-02-10 23:48 ` [Bug target/56279] " karlson2k at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-56279-4-fLqarAccUB@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).