diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-04-25 16:11:04 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-04-25 16:11:04 (GMT) |
commit | 65134662707f270146122ffd71b4a6ac10536e4d (patch) | |
tree | 23e8b43a283fd0fd6a5abfc8d680171f953276fa /Misc | |
parent | 6ad5fbb7ea90d475d77ee3b41a6ba198316b0d05 (diff) | |
download | cpython-65134662707f270146122ffd71b4a6ac10536e4d.zip cpython-65134662707f270146122ffd71b4a6ac10536e4d.tar.gz cpython-65134662707f270146122ffd71b4a6ac10536e4d.tar.bz2 |
Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is
the compiler. This should(?) help to fix failures in test_math
and test_cmath on Linux/alpha.
Also add configure message reporting the result of uname -m, as
a debugging aid.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -126,6 +126,8 @@ Tests Build ----- +- Issue #1496032: On alpha, use -mieee when gcc is the compiler. + - Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc is used as compiler. |