From: Gerald Pfeifer Date: Wed, 8 Apr 2015 12:12:08 +0000 (+0000) Subject: * doc/install.texi (bootstrap-lto-noplugin): Rewrite. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47eec99462546f6555846afec5d3bf15e0469776;p=gcc.git * doc/install.texi (bootstrap-lto-noplugin): Rewrite. From-SVN: r221918 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ab9dca77f5..a06ed80e5af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-08 Gerald Pfeifer + + * doc/install.texi (bootstrap-lto-noplugin): Rewrite. + 2015-04-08 Ilya Enkovich * tree-chkp.h (chkp_insert_retbnd_call): New. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index efab00b3e8d..783116e6793 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