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 ronaldoussoren
Recipients doko, meador.inge, ned.deily, python-dev, ronaldoussoren, skrah
Date 2012-06-26.16:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340728747.54.0.327543699407.issue15194@psf.upfronthosting.co.za>
In-reply-to
Content
Removing libffi_osx would be fairly hard due to the creation of fat binaries, the libffi_osx tree supports building all files using 'cc -arch i386 -arch ppc -arch x86_64', the regular libffi sources require a more complex dance (basically build all architectures separately then merge them together).

OTOH libffi_osx seems to have problems when using with recent versions of clang.
History
Date User Action Args
2012-06-26 16:39:07ronaldoussorensetrecipients: + ronaldoussoren, doko, ned.deily, skrah, meador.inge, python-dev
2012-06-26 16:39:07ronaldoussorensetmessageid: <1340728747.54.0.327543699407.issue15194@psf.upfronthosting.co.za>
2012-06-26 16:39:06ronaldoussorenlinkissue15194 messages
2012-06-26 16:39:05ronaldoussorencreate