Parallel profiledbootstrap is now supported
authorMarkus Trippelsdorf <markus@trippelsdorf.de>
Sat, 26 Apr 2014 20:18:21 +0000 (20:18 +0000)
committerMarkus Trippelsdorf <trippels@gcc.gnu.org>
Sat, 26 Apr 2014 20:18:21 +0000 (20:18 +0000)
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

gcc/ChangeLog
gcc/doc/install.texi

index 26325e56137eda56de5c9e0605ae18a1e1397eef..d69baed5aedd4382d60d24db8b32cf1ccfba26f4 100644 (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
index 0b2b36575775b8c9e21e00b74c7e16a1cf5a4dfe..7851b0061b30bcac49711611e1acb26afaa2a133 100644 (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 />