Author: Armin Rigo <[email protected]> Branch: Changeset: r67126:53a8307f63aa Date: 2013-09-28 20:18 +0200 http://bitbucket.org/pypy/pypy/changeset/53a8307f63aa/
Log: Add a link to the regular list of dependencies. diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -35,6 +35,11 @@ * ``qemu-system`` * ``qemu-user-static`` +- The dependencies above are in addition to the ones needed for a regular + translation, `listed here`_. + +.. _`listed here`: getting-started-python.html#translating-the-pypy-python-interpreter + Creating a Qemu based ARM chroot -------------------------------- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
