summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-20 16:08:11 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-20 16:08:11 +0000
commit18540031a8b2070a56f5b7e94d6b24e8bd335c57 (patch)
treedb99855b8b779c491ea15458c9ed9b784e0c4f56 /ChangeLog
parent83ac36a572337c4b06fbde0fd7dfbfeff26088b4 (diff)
downloadgcc-18540031a8b2070a56f5b7e94d6b24e8bd335c57.tar.gz
* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
link directories. * Makefile.in: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176521 138bc75d-0d04-0410-961f-82ee72b054a4
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