Skip to content

Commit

Permalink
mh-mingw: drop unused BOOT_CXXFLAGS variable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
trofi committed Jul 21, 2023
1 parent 3e76bdd commit 3ded483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/mh-mingw
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3ded483

Please sign in to comment.