diff options
author | Martin Liska <mliska@suse.cz> | 2019-04-09 10:49:14 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2019-04-09 08:49:14 +0000 |
commit | 1c67e69c0dea67fab1ef32e8b78bf24cc1b3f06a (patch) | |
tree | db45937b3e3b85a464f1555fd7c08a7d08362bdc /config/ChangeLog | |
parent | 6c0b8df123c24ef3c14305698eb2910bcf5979ce (diff) | |
download | gcc-1c67e69c0dea67fab1ef32e8b78bf24cc1b3f06a.zip gcc-1c67e69c0dea67fab1ef32e8b78bf24cc1b3f06a.tar.gz gcc-1c67e69c0dea67fab1ef32e8b78bf24cc1b3f06a.tar.bz2 |
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/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 7c56e29..258dcb1 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. |