[issue1496032] test_float segfaults with SIGFPE on FreeBSD 6.0 / Alpha

Mark Dickinson report at bugs.python.org
Thu Apr 24 16:01:02 CEST 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

There are some current math and cmath test failures on the Debian alpha 
buildbots (2.6 and 3.0), and I think there's a good possibility that 
adding -mieee to BASECFLAGS would fix these.

I'm struggling to find the right way to do this in configure.in.
I've found the GCC specific section for BASECFLAGS (around line 800), but 
I don't know how to write a test for an alpha CPU (rather than a test for 
a specific operating system).  Any hints or pointers?

----------
nosy: +marketdickinson

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1496032>
_____________________________________


More information about the Python-bugs-list mailing list