aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
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 /gcc/doc/install.texi
parent6c0b8df123c24ef3c14305698eb2910bcf5979ce (diff)
downloadgcc-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 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 8d7bee5..3f0c421 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2529,6 +2529,12 @@ static libraries are not compiled with link-time optimizations. Since
the GCC middle end and back end are in @file{libbackend.a} this means
that only the front end is actually LTO optimized.
+@item @samp{bootstrap-lto-lean}
+This option is similar to @code{bootstrap-lto}, but is intended for
+faster build by only using LTO in the final bootstrap stage.
+With @samp{make profiledbootstrap} the LTO frontend
+is trained only on generator files.
+
@item @samp{bootstrap-debug}
Verifies that the compiler generates the same executable code, whether
or not it is asked to emit debug information. To this end, this