diff options
author | Andrew Pinski <apinski@marvell.com> | 2021-09-18 01:11:27 +0000 |
---|---|---|
committer | Andrew Pinski <apinski@marvell.com> | 2021-09-19 17:29:37 +0000 |
commit | 7e4ada576fe5297e794ca20803e010ed0212fb7e (patch) | |
tree | 46aa7b7ee2cb3f638cbe796efdd9b9734b9b97a0 /gcc | |
parent | 68aace4458364fee201889aaaedfce59beb972f2 (diff) | |
download | gcc-7e4ada576fe5297e794ca20803e010ed0212fb7e.zip gcc-7e4ada576fe5297e794ca20803e010ed0212fb7e.tar.gz gcc-7e4ada576fe5297e794ca20803e010ed0212fb7e.tar.bz2 |
Update the section on binutils version
LTO usage requires binutils 2.35 or newer due to
https://sourceware.org/PR25355.
This adds a note in the prerequisites page about it.
Ok?
gcc/ChangeLog:
* doc/install.texi: Add note about
binutils 2.35 is required for LTO usage.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 88e453c..a141507 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -325,6 +325,9 @@ Necessary in some circumstances, optional in others. See the host/target specific instructions for your platform for the exact requirements. +Note binutils 2.35 or newer is required for LTO to work correctly +with GNU libtool that includes doing a bootstrap with LTO enabled. + @item gzip version 1.2.4 (or later) or @itemx bzip2 version 1.0.2 (or later) |