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
This commit is contained in:
Markus Trippelsdorf 2014-04-26 20:18:21 +00:00 committed by Markus Trippelsdorf
parent 4148ef5ff6
commit 167c3e96ae
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
* doc/install.texi (Building with profile feedback): Remove
outdated sentence.
2014-04-26 Tom de Vries <tom@codesourcery.com>
* config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds

View File

@ -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 />