aboutsummaryrefslogtreecommitdiff
path: root/config/mh-mingw
AgeCommit message (Collapse)AuthorFilesLines
2021-04-13mh-mingw: Set __USE_MINGW_ACCESS in missed C++ flags variablesMartin Storsjö1-0/+2
This is similar to what was done in eea4e2ff0a3f5e7f37df204c070cc5d9ef339e6e (where it was added to STAGE*_CXXFLAGS), but this adds the flag to the CXXFLAGS and BOOT_CXXFLAGS variables too (as it's already added to CFLAGS and BOOT_CFLAGS). 2021-04-09 Martin Storsjö <martin@martin.st> config/ChangeLog: * mh-mingw: Set __USE_MINGW_ACCESS in missed C++ flags variables
2019-03-18mh-mingw: Also set __USE_MINGW_ACCESS flag for C++ code.Johannes Pfau1-0/+5
From-SVN: r269784
2010-12-02mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.Dave Korn1-2/+4
* mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB. (BOOT_LDFLAGS): Add matching stack size flag. * mh-mingw (LDFLAGS): Likewise. (BOOT_LDFLAGS): Likewise. From-SVN: r167400
2010-03-23mh-mingw: Revert accidentally checking r156315.Kai Tietz1-2/+2
2010-03-23 Kai Tietz <kai.tietz@onevision.com> * mh-mingw: Revert accidentally checking r156315. From-SVN: r157669
2010-01-28Fix unnamed extension for ISO-C.Kai Tietz1-2/+2
From-SVN: r156315
2008-11-21Missed to check in changes to /config/mh-mingw.Kai Tietz1-1/+1
Missed to check in changes to /config/mh-mingw. It is part of the reviewed patch 2008/10/13 by Danny Smith. 2008-11-21 Kai Tietz <kai.tietz@onevision.com> Fix PR/25502 * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch. From-SVN: r142089
2008-07-11mh-mingw (LDFLAGS): Append to rather than replacing previous value.Joseph Myers1-1/+1
* mh-mingw (LDFLAGS): Append to rather than replacing previous value. From-SVN: r137714
2008-06-08re PR tree-optimization/36218 (VRP causes stack overflow while building libgcj)Joseph Myers1-0/+2
PR tree-optimization/36218 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD. * Makefile.tpl (EXTRA_BUILD_FLAGS): Define. (all prefix="build-"): Pass them to build-system sub-makes. * Makefile.in: Regenerate. config: * config/mh-mingw (LDFLAGS): Define. gcc: * configure.ac: Use LDFLAGS="${LDFLAGS_FOR_BUILD}" when running configure for the build system. (BUILD_LDFLAGS): Define. * configure: Regenerate. * Makefile.in (BUILD_LDFLAGS): Define to @BUILD_LDFLAGS@. From-SVN: r136563
2008-06-05re PR driver/35916 (problem running GCC under Vista with relocated directory)Danny Smith1-0/+1
PR driver/35916 * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS. From-SVN: r136389
2007-09-06re PR target/33281 (gfortran crt2.o not found under Vista)Francois-Xavier Coudert1-0/+3
PR target/33281 * configure.ac: Use config/mh-mingw on mingw. * configure: Regenerate. * config/mh-mingw: New host makefile fragment. From-SVN: r128188