diff options
author | Markus Trippelsdorf <markus@trippelsdorf.de> | 2014-04-26 20:18:21 +0000 |
---|---|---|
committer | Markus Trippelsdorf <trippels@gcc.gnu.org> | 2014-04-26 20:18:21 +0000 |
commit | 167c3e96ae9215c9f644969fa3f575ce66437410 (patch) | |
tree | 047b4e71025c5f51e8ec47e7435d61a6cc10e091 /gcc/doc | |
parent | 4148ef5ff6d4673423d3e5c7c4bb92944d3f7038 (diff) | |
download | gcc-167c3e96ae9215c9f644969fa3f575ce66437410.zip gcc-167c3e96ae9215c9f644969fa3f575ce66437410.tar.gz gcc-167c3e96ae9215c9f644969fa3f575ce66437410.tar.bz2 |
Parallel profiledbootstrap is now supported
Parallel profiledbootstrap is supported on all maintained releases. So
just remove a misleading outdated sentence, that states the opposite,
from doc/install.texi.
2014-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
* doc/install.texi (Building with profile feedback): Remove
outdated sentence.
From-SVN: r209826
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0b2b365..7851b00 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2544,8 +2544,7 @@ Finally a @code{stagefeedback} compiler is built using the information collected Unlike standard bootstrap, several additional restrictions apply. The compiler used to build @code{stage1} needs to support a 64-bit integral type. -It is recommended to only use GCC for this. Also parallel make is currently -not supported since collisions in profile collecting may occur. +It is recommended to only use GCC for this. @html <hr /> |