Author: Matti Picus <[email protected]>
Branch: 
Changeset: r96399:f62db80c3e76
Date: 2019-04-01 23:57 +0300
http://bitbucket.org/pypy/pypy/changeset/f62db80c3e76/

Log:    document arm32 build technique (njs) and link in missing rstrategies
        doc

diff --git a/rpython/doc/arm.rst b/rpython/doc/arm.rst
--- a/rpython/doc/arm.rst
+++ b/rpython/doc/arm.rst
@@ -3,6 +3,13 @@
 Cross-translating for ARM
 =========================
 
+.. note::
+
+  The information here is unfortunately only of historical value. Scratchbox is
+  no longer functional. However it seems translation of ARM32 is possible on a
+  aarch64 machine using chroot and ``setarch linux32 pypy rpython/bin/rpython
+  ...``
+
 Here we describe the setup required and the steps needed to follow to translate
 an interpreter using the RPython translator to target ARM using a cross
 compilation toolchain.
diff --git a/rpython/doc/index.rst b/rpython/doc/index.rst
--- a/rpython/doc/index.rst
+++ b/rpython/doc/index.rst
@@ -48,6 +48,7 @@
    rlib
    rffi
    examples
+   rstrategies
 
 
 RPython internals
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to