summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2008-04-25 16:11:04 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2008-04-25 16:11:04 (GMT)
commit65134662707f270146122ffd71b4a6ac10536e4d (patch)
tree23e8b43a283fd0fd6a5abfc8d680171f953276fa /Misc
parent6ad5fbb7ea90d475d77ee3b41a6ba198316b0d05 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c7b2ae..c616ba2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.