[pypy-commit] pypy.org extradoc: Update the status of gcc 4.8.

arigo noreply at buildbot.pypy.org
Mon Apr 15 22:32:26 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r402:216f0090f704
Date: 2013-04-15 22:32 +0200
http://bitbucket.org/pypy/pypy.org/changeset/216f0090f704/

Log:	Update the status of gcc 4.8.

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -134,7 +134,7 @@
 </div>
 <div class="section" id="building-from-source">
 <span id="translate"></span><h1>Building from source</h1>
-<p><strong>Warning:</strong> the new gcc 4.8 doesn't compile PyPy correctly.
+<p><strong>Warning:</strong> the new gcc 4.8 doesn't compile the release branch of PyPy correctly.
 As a workaround, run with <tt class="docutils literal"><span class="pre">CFLAGS=-fno-aggressive-loop-optimizations</span></tt></p>
 <ol class="arabic">
 <li><p class="first">Get the source code.  The following packages contain the source at
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -134,7 +134,7 @@
 Building from source
 -------------------------------
 
-**Warning:** the new gcc 4.8 doesn't compile PyPy correctly.
+**Warning:** the new gcc 4.8 doesn't compile the release branch of PyPy correctly.
 As a workaround, run with ``CFLAGS=-fno-aggressive-loop-optimizations``
 
 1. Get the source code.  The following packages contain the source at


More information about the pypy-commit mailing list