[pypy-commit] pypy default: add a few words about ARM

bivab noreply at buildbot.pypy.org
Wed Nov 14 11:22:53 CET 2012


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r58876:74106f408b9b
Date: 2012-11-14 11:22 +0100
http://bitbucket.org/pypy/pypy/changeset/74106f408b9b/

Log:	add a few words about ARM

diff --git a/pypy/doc/release-2.0.0-beta1.rst b/pypy/doc/release-2.0.0-beta1.rst
--- a/pypy/doc/release-2.0.0-beta1.rst
+++ b/pypy/doc/release-2.0.0-beta1.rst
@@ -58,7 +58,9 @@
   ``0.4`` version of ``cffi`` has been released.
 
 * ARM is now an officially supported processor architecture.
-  XXX write down few words here
+  PyPy now work on soft-float ARM/Linux builds.  Currently ARM processors
+  supporting the ARMv7 and later ISA that include a floating-point unit are
+  supported.
 
 * This release contains the latest Python standard library 2.7.3 and is fully
   compatible with Python 2.7.3.


More information about the pypy-commit mailing list