Merged revisions 62499 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62499 | mark.dickinson | 2008-04-25 12:11:04 -0400 (Fri, 25 Apr 2008) | 7 lines

  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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ac400d..5c3b875 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@
 Build
 -----
 
+- Issue #1496032: On alpha, use -mieee when gcc is the compiler.
+
 - "make install" is now an alias for "make altinstall", to prevent
   accidentally overwriting a Python 2.x installation.
   Use "make fullinstall" to force Python 3.0 to be installed as