Matthias Schoepfer added the comment:
Hi Matthias,
thanks for clarification. Maybe I am under a totally wrong impression, but to
me is having soft float comparable to not having some special SSE instruction
sets with x86. You are missing some instructions, that your code may or may not
Matthias Schoepfer added the comment:
Hi Matthias,
thanks for your comment. I am not sure, if I understand correctly or if it is
really the problem here. So, if you take a look at the patch, or at the current
version of configure.ac right now, there is s section:
AC_MSG_CHECKING([for the
Matthias Schoepfer added the comment:
Hi!
I submitted this patch, it even is now on yocto zeus. Any progress, will
someone review it?!
Thanks and Regards,
Matthias
--
___
Python tracker
<https://bugs.python.org/issue36
New submission from Matthias Schoepfer :
Python 3.7.2 fails to cross compile for yocto / openembedded when target is
mips softfloat, because the OS triple is not detected correctly by
configure.ac. The configure script magic just catches for __mips__hard_float
defines, but I guess