diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-08 12:12:08 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-08 12:12:08 +0000 |
commit | 1fa2d0d066ded001a333a7da03d571ec4aa68baa (patch) | |
tree | 74db0db0d76941d7e5564e2e3956783512380ed5 /gcc/doc/install.texi | |
parent | 17c596cc422a7e2a22158c3a29c82246e301ae01 (diff) | |
download | gcc-1fa2d0d066ded001a333a7da03d571ec4aa68baa.tar.gz |
* doc/install.texi (bootstrap-lto-noplugin): Rewrite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221918 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 8 |
1 files changed, 4 insertions, 4 deletions
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 |