aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2008-06-08 17:14:33 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2008-06-08 17:14:33 +0100
commitf8c33439c6ada920a72170010472ecda965371d2 (patch)
treeaec648ca3453c6e069be4508f594fbeb9d4bf473 /ChangeLog
parent91635d0806bad0493405beac1cd528ed07cbaf87 (diff)
downloadgcc-f8c33439c6ada920a72170010472ecda965371d2.zip
gcc-f8c33439c6ada920a72170010472ecda965371d2.tar.gz
gcc-f8c33439c6ada920a72170010472ecda965371d2.tar.bz2
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd1125d..9f8d407 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-08 Joseph Myers <joseph@codesourcery.com>
+
+ 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.
+
2008-06-07 Joseph Myers <joseph@codesourcery.com>
* MAINTAINERS (mt port): Remove.