summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2019-04-09 10:49:14 +0200
committerMartin Liska <marxin@gcc.gnu.org>2019-04-09 08:49:14 +0000
commit1c67e69c0dea67fab1ef32e8b78bf24cc1b3f06a (patch)
treedb45937b3e3b85a464f1555fd7c08a7d08362bdc /config/ChangeLog
parent6c0b8df123c24ef3c14305698eb2910bcf5979ce (diff)
Come up with bootstrap-lto-lean config.
2019-04-09 Martin Liska <mliska@suse.cz> * Makefile.in: Regenerate. * Makefile.tpl: Pass GENERATOR_CFLAGS in all stages. 2019-04-09 Martin Liska <mliska@suse.cz> * bootstrap-lto-lean.mk: New file. 2019-04-09 Martin Liska <mliska@suse.cz> * Makefile.in: Use GENERATOR_CFLAGS for all generators. * doc/install.texi: Document the new config. From-SVN: r270223
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 7c56e294e6f..258dcb128f2 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-09 Martin Liska <mliska@suse.cz>
+
+ * bootstrap-lto-lean.mk: New file.
+
2019-03-02 Johannes Pfau <johannespfau@gmail.com>
* mh-mingw: Also set __USE_MINGW_ACCESS flag for C++ code.