[pypy-commit] pypy default: fix arm cross-compile documentation for rpython/pypy split (Samureus)

mattip noreply at buildbot.pypy.org
Thu Feb 12 20:12:48 CET 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r75837:de02541cbc09
Date: 2015-02-12 21:13 +0200
http://bitbucket.org/pypy/pypy/changeset/de02541cbc09/

Log:	fix arm cross-compile documentation for rpython/pypy split
	(Samureus)

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -48,9 +48,13 @@
 Install build-time dependencies
 -------------------------------
 (**Note**: for some hints on how to translate the Python interpreter under
-Windows, see the `windows document`_)
+Windows, see the `windows document`_ . For hints on how to cross-compile in
+a chroot using scratchbox2, see the `arm document`_ in the 
+`RPython documentation`_)
 
 .. _`windows document`: windows.html
+.. _`arm document`: http://rpython.readthedocs.org/en/latest/arm.html
+.. _`RPython documentation`: http://rpython.readthedocs.org
 
 
 To build PyPy on Unix using the C translation backend, you need at least a C
diff --git a/rpython/doc/arm.rst b/rpython/doc/arm.rst
--- a/rpython/doc/arm.rst
+++ b/rpython/doc/arm.rst
@@ -38,7 +38,7 @@
 - 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
+.. _`listed here`: http://pypy.readthedocs.org/en/latest/build.html#install-build-time-dependencies
 
 
 Creating a Qemu based ARM chroot


More information about the pypy-commit mailing list