mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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.
This commit is contained in:
parent
3e76bdd5fd
commit
3ded4832e0
@ -1,7 +1,6 @@
|
|||||||
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
|
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
|
||||||
# Vista (see PR33281 for details).
|
# Vista (see PR33281 for details).
|
||||||
BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
|
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
|
CFLAGS += -D__USE_MINGW_ACCESS
|
||||||
CXXFLAGS += -D__USE_MINGW_ACCESS
|
CXXFLAGS += -D__USE_MINGW_ACCESS
|
||||||
STAGE1_CXXFLAGS += -D__USE_MINGW_ACCESS
|
STAGE1_CXXFLAGS += -D__USE_MINGW_ACCESS
|
||||||
|
Loading…
Reference in New Issue
Block a user