summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-02 18:06:19 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-02 18:06:19 +0000
commit7deb2d7096f0ee61d7205b09cddc2bdf83942196 (patch)
treed2d588b29b375f145ddbfb0843a4f197456c6e22 /gcc/ChangeLog
parent35974859d13c92ab9ab4c8d5f21feafb998e3e13 (diff)
downloadgcc-7deb2d7096f0ee61d7205b09cddc2bdf83942196.tar.gz
./:
* configure.ac: Always set default for poststage1_ldflags to -static-libstdc++ -static-libgcc. gcc/: * doc/install.texi (Configuration): Update default for --with-boot-ldflags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167382 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a29b13ae71c..ccfce94f4be 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-02 Ian Lance Taylor <iant@google.com>
+
+ * doc/install.texi (Configuration): Update default for
+ --with-boot-ldflags.
+
2010-12-02 Nathan Froyd <froydnj@codesourcery.com>
PR c/45062