Commit Graph

8 Commits

Author SHA1 Message Date
Dave Korn 16aef37bfe mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
* 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-12-02 23:30:47 +00:00
Kai Tietz d85b51449b mh-mingw: Revert accidentally checking r156315.
2010-03-23  Kai Tietz  <kai.tietz@onevision.com>

        * mh-mingw: Revert accidentally checking r156315.

From-SVN: r157669
2010-03-23 15:48:08 +01:00
Kai Tietz b4394ebd56 Fix unnamed extension for ISO-C.
From-SVN: r156315
2010-01-28 12:26:01 +01:00
Kai Tietz da9014c049 Missed to check in changes to /config/mh-mingw.
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-11-21 14:54:41 +01:00
Joseph Myers d5e1c95e49 mh-mingw (LDFLAGS): Append to rather than replacing previous value.
* mh-mingw (LDFLAGS): Append to rather than replacing previous
	value.

From-SVN: r137714
2008-07-11 12:15:07 +01:00
Joseph Myers f8c33439c6 re PR tree-optimization/36218 (VRP causes stack overflow while building libgcj)
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-08 17:14:33 +01:00
Danny Smith a39e2a91ba re PR driver/35916 (problem running GCC under Vista with relocated directory)
PR driver/35916
	* mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.

From-SVN: r136389
2008-06-05 03:45:41 +00:00
Francois-Xavier Coudert 1f5a6b84ab re PR target/33281 (gfortran crt2.o not found under Vista)
PR target/33281
	* configure.ac: Use config/mh-mingw on mingw.
	* configure: Regenerate.
	* config/mh-mingw: New host makefile fragment.

From-SVN: r128188
2007-09-06 15:42:02 +00:00