aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-26 15:56:56 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-26 15:56:56 +0000
commitffa8502d477ea4a4348fb5fffb7dd52d7d8305df (patch)
tree0284f0554e4dd176bea11df5e10b97ef13c79945 /ChangeLog
parent9f3b67fe3cdb302d35aa0c865805213a3529a104 (diff)
* doc/install.texi (--with-build-sysroot): Fix grammatical error.
Clarify use of "build" in name. * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable. (CFLAGS_FOR_TARGET): Use it. (CXXFLAGS_FOR_TARGET): Likewise. * Makefile.in: Regenerated. * configure.in (--with-build-sysroot): New option. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102389 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7605dee6c39..233b29fca20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-26 Mark Mitchell <mark@codesourcery.com>
+
+ * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
+ (CFLAGS_FOR_TARGET): Use it.
+ (CXXFLAGS_FOR_TARGET): Likewise.
+ * Makefile.in: Regenerated.
+ * configure.in (--with-build-sysroot): New option.
+ * configure: Regenerated.
+
2005-07-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Wrap install between unstage and stage