marxin added the comment:
Works for me.
Thanks!
--
___
Python tracker
<http://bugs.python.org/issue24543>
___
___
Python-bugs-list mailing list
Unsubscribe:
marxin added the comment:
As I wrote, starting from GCC 4.9.0, the compiler does not emit any assembly
with -flto and -c option. I would suggest to remove '-c' option that will force
to create an executable.
--
___
Python trac
New submission from marxin:
I've just tried to build Python with {C,CXX,LD}FLAGS set to '-flto'.
Unfortunately following conftest source file is fragile:
cat /tmp/mc.c
int
main ()
{
unsigned int fpcr;
__asm__ __volatile__ ("fmove.l %%fpcr,%0" : "=g&qu