Message86601
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] |
|
| Date |
User |
Action |
Args |
| 2009-04-26 19:30:29 | rpetrov | set | recipients:
+ rpetrov, theller, doko, mirell, kumba |
| 2009-04-26 19:30:29 | rpetrov | set | messageid: <[email protected]> |
| 2009-04-26 19:30:27 | rpetrov | link | issue4305 messages |
| 2009-04-26 19:30:26 | rpetrov | create | |
|