[issue4305] ctypes fails to build on mipsel-linux-gnu (detects mips instead of mipsel)

Roumen Petrov report at bugs.python.org
Sun Apr 26 21:30:29 CEST 2009


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

Thomas, the report is for:
------------
ffi_sources += ffi_platforms['MIPS']
KeyError: 'MIPS'
------------
you may test patch without to cross-compile. As example create two
directories.

In first one run:
..../Modules/_ctypes/libffi/configure --host=mips-pc-linux F77=no CXX=no
and in the second one:
..../Modules/_ctypes/libffi/configure --host=mips-sgi-irix5.0 FC=no

Compare directories as example:
$ diff -ur --exclude=config.* [DIR1] [DIR2]

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4305>
_______________________________________


More information about the Python-bugs-list mailing list