aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-10-23 09:14:48 +0000
committerRichard Biener <rguenther@suse.de>2014-10-23 09:14:48 +0000
commit1780bc22170372f5a577c9b8c6391358b6f7199f (patch)
tree7daf07426f472aacdd4be8d9e7e91f7e2d6b2a06 /ChangeLog
parentb384826595531663837c8880825128860f48db73 (diff)
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: https://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.