aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2023-07-21 08:40:11 +0100
committerSergei Trofimovich <siarheit@google.com>2023-07-21 10:37:58 +0100
commit3ded4832e090f0612aa48b3abe7f200e89a56b94 (patch)
treea2692025763df249cc118324f232ceb8116b65ff /config
parent3e76bdd5fd289ac38326060bba91b0e264c50ccf (diff)
mh-mingw: drop unused BOOT_CXXFLAGS variable
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.
Diffstat (limited to 'config')
-rw-r--r--config/mh-mingw1
1 files changed, 0 insertions, 1 deletions
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