aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2015-04-08 12:12:08 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2015-04-08 12:12:08 +0000
commit47eec99462546f6555846afec5d3bf15e0469776 (patch)
tree74db0db0d76941d7e5564e2e3956783512380ed5 /gcc
parent4f5a53cc319d8b88eaff3ee07ac0a89e5782d850 (diff)
downloadgcc-47eec99462546f6555846afec5d3bf15e0469776.zip
gcc-47eec99462546f6555846afec5d3bf15e0469776.tar.gz
gcc-47eec99462546f6555846afec5d3bf15e0469776.tar.bz2
* doc/install.texi (bootstrap-lto-noplugin): Rewrite.
From-SVN: r221918
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi8
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4ab9dca..a06ed80 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
+
2015-04-08 Ilya Enkovich <ilya.enkovich@intel.com>
* tree-chkp.h (chkp_insert_retbnd_call): New.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index efab00b..783116e 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2525,10 +2525,10 @@ version 2.21 or later).
@item @samp{bootstrap-lto-noplugin}
This option is similar to @code{bootstrap-lto}, but is intended for
-hosts that do not support the linker plugin. Please note that static
-libraries are not compiled with link time optimizations without
-linker plugin. Since GCC middle-end and back-end are in libbackend.a,
-it means that only part of the frontend is actually LTO optimized.
+hosts that do not support the linker plugin. Without the linker plugin
+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-debug}
Verifies that the compiler generates the same executable code, whether