Author: David Schneider <[email protected]> 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. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
