summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-31 08:21:40 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-31 08:21:40 (GMT)
commit602d339047bcdd07608b0046f66427c2a41c89a7 (patch)
treeff5fa272c1d0e84caec7928c48e360b53ae3a2ff /Misc
parentdedeeaad040cdcb3c72b6f89cd33cc0264ea908d (diff)
downloadcpython-602d339047bcdd07608b0046f66427c2a41c89a7.zip
cpython-602d339047bcdd07608b0046f66427c2a41c89a7.tar.gz
cpython-602d339047bcdd07608b0046f66427c2a41c89a7.tar.bz2
Add a NEWS entry for the Alpha fixes
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e85fef1..08b7714 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -898,6 +898,9 @@ Library
Build
-----
+- Fix test_float, test_long, and test_struct failures on Tru64 with gcc
+ by using -mieee gcc option.
+
- Patch #1432345: Make python compile on DragonFly.
- Build support for Win64-AMD64 was added.