* doc/install.texi (bootstrap-lto-noplugin): Rewrite.
authorGerald Pfeifer <gerald@pfeifer.com>
Wed, 8 Apr 2015 12:12:08 +0000 (12:12 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 8 Apr 2015 12:12:08 +0000 (12:12 +0000)
From-SVN: r221918

gcc/ChangeLog
gcc/doc/install.texi

index 4ab9dca77f53b8eef00e2af0b7b559abe5446d46..a06ed80e5afb64fd7181ae88bc7a56b5525a3917 100644 (file)
@@ -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.
index efab00b3e8d689c3b7a334a94f5cddffe143fed7..783116e679340957d36572e37fb486872ed34ff5 100644 (file)
@@ -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