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 vstinner
Recipients gregory.p.smith, serge-sans-paille, vstinner
Date 2018-10-16.09:41:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539682916.31.0.788709270274.issue28015@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm that it's currently broken. Test on Fedora 28, clang version 6.0.1 (tags/RELEASE_601/final):

$ ./configure --with-pydebug CC=clang --with-lto  && make
(...)
checking for x64 gcc inline assembler... yes
checking whether float word ordering is bigendian... unknown
configure: error: 

Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.
History
Date User Action Args
2018-10-16 09:41:56vstinnersetrecipients: + vstinner, gregory.p.smith, serge-sans-paille
2018-10-16 09:41:56vstinnersetmessageid: <1539682916.31.0.788709270274.issue28015@psf.upfronthosting.co.za>
2018-10-16 09:41:56vstinnerlinkissue28015 messages
2018-10-16 09:41:56vstinnercreate