aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-06-15 06:26:59 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2006-06-15 06:26:59 +0000
commitec6c73926468e6de525d3be6810508990959c2b8 (patch)
tree94d2bc0b48e63617c3f931843f720650b6acac62 /gcc/ChangeLog
parente6bd55657aa22a960174d604e2b363e7600d7aff (diff)
downloadgcc-ec6c73926468e6de525d3be6810508990959c2b8.zip
gcc-ec6c73926468e6de525d3be6810508990959c2b8.tar.gz
gcc-ec6c73926468e6de525d3be6810508990959c2b8.tar.bz2
Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too.
2006-06-15 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too. * Makefile.in: Regenerate. gcc: 2006-06-15 Paolo Bonzini <bonzini@gnu.org> * configure.ac (CFLAGS): Get them from the toplevel or from the configure invocation. * configure: Regenerate. * Makefile.in (CFLAGS): Substitute value provided by configure. From-SVN: r114673
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4713d2e..c210afe 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2006-06-15 Paolo Bonzini <bonzini@gnu.org>
+
+ * configure.ac (CFLAGS): Get them from the toplevel or from the
+ configure invocation.
+ * configure: Regenerate.
+ * Makefile.in (CFLAGS): Substitute value provided by configure.
+
2006-06-14 Mark Mitchell <mark@codesourcery.com>
PR c++/26559