summaryrefslogtreecommitdiff
path: root/c++tools
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-12-17 00:16:37 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-12-17 00:16:37 +0000
commiteefe499fdf772573342110185e131f8e4b998997 (patch)
treef045f2e75f4b58b587fa8c7536c1eeb264804725 /c++tools
parent0b76990a9d75d97b84014e37519086b81824c307 (diff)
downloadgcc-eefe499fdf772573342110185e131f8e4b998997.tar.gz
Daily bump.
Diffstat (limited to 'c++tools')
-rw-r--r--c++tools/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/c++tools/ChangeLog b/c++tools/ChangeLog
index a659b5dcee4..348bfa522eb 100644
--- a/c++tools/ChangeLog
+++ b/c++tools/ChangeLog
@@ -1,3 +1,18 @@
+2020-12-16 Nathan Sidwell <nathan@acm.org>
+
+ * Makefile.in (INSTALL): Replace with ...
+ (INSTALL_PROGRAM): ... this.
+ (INSTALL_STRIP_PROGRAM): New.
+ (install-strip): New target.
+ (install): Use INSTALL_PROGRAM.
+ * configure.ac: Add INSTALL_PROGRAM.
+ * configure: Regenerated.
+
+2020-12-16 Nathan Sidwell <nathan@acm.org>
+
+ * Makefile.in (install): Do not use -p, use mkinstalldirs.
+ (clean): Fix typo.
+
2020-12-15 Nathan Sidwell <nathan@acm.org>
* Makefile.in: New.