public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Biener <richard.guenther@gmail.com>
To: Sergei Trofimovich <slyich@gmail.com>
Cc: gcc-patches@gcc.gnu.org, "Martin Storsjö" <martin@martin.st>,
	"Sergei Trofimovich" <siarheit@google.com>
Subject: Re: [PATCH] mh-mingw: drop unused BOOT_CXXFLAGS variable
Date: Fri, 21 Jul 2023 10:31:44 +0200	[thread overview]
Message-ID: <CAFiYyc1Yfu9h4ewm9YU+CN8Kpvu9zYeNtvbqUinLskN1SyujyA@mail.gmail.com> (raw)
In-Reply-To: <20230721074716.2007407-1-slyich@gmail.com>

On Fri, Jul 21, 2023 at 9:48 AM Sergei Trofimovich via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
> From: Sergei Trofimovich <siarheit@google.com>
>
> gcc's build system has BOOT_CFLAGS and various STAGE<N>_C{,XX}FLAGS
> variables. BOOT_CXXFLAGS is not handled anywhere.

OK.

> config/
>
>         * mh-mingw: Drop assignment of unused BOOT_CXXFLAGS variable.
> ---
>  config/mh-mingw | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/config/mh-mingw b/config/mh-mingw
> index e91367a7112..f5fb064813f 100644
> --- a/config/mh-mingw
> +++ b/config/mh-mingw
> @@ -1,7 +1,6 @@
>  # Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
>  # Vista (see PR33281 for details).
>  BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
> -BOOT_CXXFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
>  CFLAGS += -D__USE_MINGW_ACCESS
>  CXXFLAGS += -D__USE_MINGW_ACCESS
>  STAGE1_CXXFLAGS += -D__USE_MINGW_ACCESS
> --
> 2.41.0
>

      reply	other threads:[~2023-07-21  8:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-21  7:47 Sergei Trofimovich
2023-07-21  8:31 ` Richard Biener [this message]

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=CAFiYyc1Yfu9h4ewm9YU+CN8Kpvu9zYeNtvbqUinLskN1SyujyA@mail.gmail.com \
    --to=richard.guenther@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=martin@martin.st \
    --cc=siarheit@google.com \
    --cc=slyich@gmail.com \
    /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).