This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients doko, kumba, mirell, rpetrov, theller
Date 2009-04-26.19:30:26
SpamBayes Score 0.0036724366
Marked as misclassified No
Message-id <1240774229.07.0.809971819291.issue4305@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2009-04-26 19:30:29rpetrovsetrecipients: + rpetrov, theller, doko, mirell, kumba
2009-04-26 19:30:29rpetrovsetmessageid: <1240774229.07.0.809971819291.issue4305@psf.upfronthosting.co.za>
2009-04-26 19:30:27rpetrovlinkissue4305 messages
2009-04-26 19:30:26rpetrovcreate