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 donmez
Recipients benjamin.peterson, donmez
Date 2011-03-31.15:12:50
SpamBayes Score 0.017153034
Marked as misclassified No
Message-id <1301584371.45.0.362850664758.issue11729@psf.upfronthosting.co.za>
In-reply-to
Content
This is already fixed in upstream, check has been changed into:

libffi_cv_as_x86_pcrel=no
echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
if $CC $CFLAGS -c conftest.s > /dev/null; then
libffi_cv_as_x86_pcrel=yes
fi
])
History
Date User Action Args
2011-03-31 15:12:51donmezsetrecipients: + donmez, benjamin.peterson
2011-03-31 15:12:51donmezsetmessageid: <1301584371.45.0.362850664758.issue11729@psf.upfronthosting.co.za>
2011-03-31 15:12:50donmezlinkissue11729 messages
2011-03-31 15:12:50donmezcreate