summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2011-07-20 16:08:11 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2011-07-20 12:08:11 -0400
commit242f54216097a8dfc04a9b35d9b28c3f58ad0bbe (patch)
treedb99855b8b779c491ea15458c9ed9b784e0c4f56 /ChangeLog
parent7715bf1b5bf9ae6e625b4714b136958cebf50270 (diff)
downloadgcc-242f54216097a8dfc04a9b35d9b28c3f58ad0bbe.tar.gz
Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to link directories.
* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to link directories. * Makefile.in: Rebuild. From-SVN: r176521
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1a5d6c9bd5..0f2f676f780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-20 David Edelsohn <dje.gcc@gmail.com>
+
+ * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
+ link directories.
+ * Makefile.in: Rebuild.
+
2011-07-20 Ian Lance Taylor <iant@google.com>
PR bootstrap/49787