[issue11729] libffi assembler relocation check is not robust, fails with clang

Ismail Donmez report at bugs.python.org
Thu Mar 31 17:12:51 CEST 2011


Ismail Donmez <ismail at namtrac.org> added the comment:

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
])

----------

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


More information about the Python-bugs-list mailing list