mh-mingw: Also set __USE_MINGW_ACCESS flag for C++ code.
authorJohannes Pfau <johannespfau@gmail.com>
Mon, 18 Mar 2019 22:36:56 +0000 (22:36 +0000)
committerJonathan Yong <jyong@gcc.gnu.org>
Mon, 18 Mar 2019 22:36:56 +0000 (22:36 +0000)
From-SVN: r269784

config/ChangeLog
config/mh-mingw

index c2495066f26e153f17200cbd034da9f836ebe723..7c56e294e6f976fd048aeaab01828ea9697d4c45 100644 (file)
@@ -1,3 +1,7 @@
+2019-03-02  Johannes Pfau  <johannespfau@gmail.com>
+
+       * mh-mingw: Also set __USE_MINGW_ACCESS flag for C++ code.
+
 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
 
        PR bootstrap/82856
index bc1d27477d047f667a47253cd958bc4ce07530bc..a795096f038f26f2db70f72487ca2665b9e7097e 100644 (file)
@@ -2,6 +2,11 @@
 # Vista (see PR33281 for details).
 BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
 CFLAGS += -D__USE_MINGW_ACCESS
+STAGE1_CXXFLAGS += -D__USE_MINGW_ACCESS
+STAGE2_CXXFLAGS += -D__USE_MINGW_ACCESS
+STAGE3_CXXFLAGS += -D__USE_MINGW_ACCESS
+STAGE4_CXXFLAGS += -D__USE_MINGW_ACCESS
+
 # Increase stack limit to a figure based on the Linux default, with 4MB added
 # as GCC turns out to need that much more to pass all the limits-* tests.
 LDFLAGS += -Wl,--stack,12582912