aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-10-23 09:14:48 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-10-23 09:14:48 +0000
commit929315a9177368d6b8807299bc7da3ac5e1dca21 (patch)
tree7daf07426f472aacdd4be8d9e7e91f7e2d6b2a06 /ChangeLog
parent282d3a81fae765d860777a4ce65e42ea75b4fe47 (diff)
downloadgcc-929315a9177368d6b8807299bc7da3ac5e1dca21.zip
gcc-929315a9177368d6b8807299bc7da3ac5e1dca21.tar.gz
gcc-929315a9177368d6b8807299bc7da3ac5e1dca21.tar.bz2
Makefile.def: Add libcpp build module and dependencies.
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. From-SVN: r216579
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 696a37b..9097d0f 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.