Author: Richard Plangger <[email protected]>
Branch: s390x-backend
Changeset: r80457:9a86a04617d8
Date: 2015-10-26 09:56 +0100
http://bitbucket.org/pypy/pypy/changeset/9a86a04617d8/
Log: added docu for the backend. described the missing libffi-devel on
redhat linux 6.5 and how to install it manually
diff --git a/rpython/doc/s390x.rst b/rpython/doc/s390x.rst
new file mode 100644
--- /dev/null
+++ b/rpython/doc/s390x.rst
@@ -0,0 +1,16 @@
+.. _s390x:
+
+Translation on the IBM Mainframe
+================================
+
+Redhat Linux (rel65)
+--------------------
+
+Unfortunatley there is no ffi development package (yet?), thus
+one needs to install this manually.
+libffi is not installed on the rl65.
+This can be resolved by installing it locally (./configure && make install) and
+adjusting th PKG_CONFIG_PATH to point to the install location.
+In addition the LD_LIBRARY_PATH must be set to the install location the
libffi.so
+can be found.
+
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit