public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] mh-mingw: drop unused BOOT_CXXFLAGS variable
@ 2023-07-21  7:47 Sergei Trofimovich
  2023-07-21  8:31 ` Richard Biener
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2023-07-21  7:47 UTC (permalink / raw)
  To: gcc-patches; +Cc: Martin Storsjö, Sergei Trofimovich

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.

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


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

* Re: [PATCH] mh-mingw: drop unused BOOT_CXXFLAGS variable
  2023-07-21  7:47 [PATCH] mh-mingw: drop unused BOOT_CXXFLAGS variable Sergei Trofimovich
@ 2023-07-21  8:31 ` Richard Biener
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Biener @ 2023-07-21  8:31 UTC (permalink / raw)
  To: Sergei Trofimovich; +Cc: gcc-patches, Martin Storsjö, Sergei Trofimovich

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
>

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

end of thread, other threads:[~2023-07-21  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21  7:47 [PATCH] mh-mingw: drop unused BOOT_CXXFLAGS variable Sergei Trofimovich
2023-07-21  8:31 ` Richard Biener

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).