summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-10-20 15:43:40 +0000
committerIan Lance Taylor <iant@google.com>2010-10-20 15:43:40 +0000
commit45ebecdaca98c0c8c6f45e762cd06d5f65901486 (patch)
tree95ca2b33ade1bc75c8110c47b02d0f1a00483cad /ChangeLog
parentbf5300eaee04b5e143dea58e922bc6ae260197dd (diff)
downloadcygnal-45ebecdaca98c0c8c6f45e762cd06d5f65901486.tar.gz
cygnal-45ebecdaca98c0c8c6f45e762cd06d5f65901486.tar.bz2
cygnal-45ebecdaca98c0c8c6f45e762cd06d5f65901486.zip
* Makefile.def (target_modules): Set lib_path to src/.libs for
libstdc++-v3 module. * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment. * Makefile.in: Rebuild.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fb7b615f..54fb1bdea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-20 Ian Lance Taylor <iant@google.com>
+
+ * Makefile.def (target_modules): Set lib_path to src/.libs for
+ libstdc++-v3 module.
+ * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
+ * Makefile.in: Rebuild.
+
2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>