On Mon, Jul 02, 2007 at 12:44:12PM +0200, Alexandre Fayolle wrote: > Furthermore, s390 is not supported by upstream.
pypy is supported on all 32bit linux plattform according to the
documentation.
I just run the testsuite, it looks good.
Compiling them is blocked by #431424. If I hack in local malloc support,
it seems to work. I did not run the testsuite with pypy-c yet.
| $ file translator/goal/pypy-c
| translator/goal/pypy-c: ELF 32-bit MSB executable, IBM S/390, version 1
(SYSV), for GNU/Linux 2.6.1, dynamically linked (uses shared libs), not stripped
| $ ./translator/goal/pypy-c
| Python 2.4.1 (pypy 1.0.0 build 41081) on linux2
| Type "help", "copyright", "credits" or "license" for more information.
| >>>> import sys
| >>>> sys.platform
| 'linux2'
| >>>>
Bastian
--
Oblivion together does not frighten me, beloved.
-- Thalassa (in Anne Mulhall's body), "Return to Tomorrow",
stardate 4770.3.
signature.asc
Description: Digital signature

