]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/36218 (VRP causes stack overflow while building libgcj)
authorJoseph Myers <joseph@codesourcery.com>
Sun, 8 Jun 2008 16:14:33 +0000 (17:14 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 8 Jun 2008 16:14:33 +0000 (17:14 +0100)
commitf8c33439c6ada920a72170010472ecda965371d2
treeaec648ca3453c6e069be4508f594fbeb9d4bf473
parent91635d0806bad0493405beac1cd528ed07cbaf87
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
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
config/ChangeLog
config/mh-mingw
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.ac