summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-23 09:14:48 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-23 09:14:48 +0000
commit9245d2c527dbb7237c4b0b87d9ccb504f59f77a1 (patch)
tree7daf07426f472aacdd4be8d9e7e91f7e2d6b2a06 /ChangeLog
parent7364595f5753f5917f90fb6c6c9a56aa947854a0 (diff)
downloadgcc-9245d2c527dbb7237c4b0b87d9ccb504f59f77a1.tar.gz
2014-10-23 Richard Biener <rguenther@suse.de>
* Makefile.def: Add libcpp build module and dependencies. * configure.ac: Add libcpp build module. * Makefile.in: Regenerate. * configure: Likewise. gcc/ * Makefile.in (BUILD_CPPLIB): Add. (build/genmatch$(build_exeext)): Use BUILD_CPPLIB, not CPPLIB. Drop LIBIBERTY. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216579 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 696a37b3bff..9097d0f8755 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-10-23 Richard Biener <rguenther@suse.de>
+
+ * Makefile.def: Add libcpp build module and dependencies.
+ * configure.ac: Add libcpp build module.
+ * Makefile.in: Regenerate.
+ * configure: Likewise.
+
2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
* MAINTAINERS (write-after-approval): Add myself.