summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-04-04 10:18:23 (GMT)
committerThomas Heller <theller@ctypes.org>2008-04-04 10:18:23 (GMT)
commitf44b9a1ac2cef6c0dd837c06a0090bd220e91c7d (patch)
treed921578712bf51fdfed0ae7368865b00a2b941d2 /Misc
parent5314068a260dc4b688f414f5349847624e963976 (diff)
downloadcpython-f44b9a1ac2cef6c0dd837c06a0090bd220e91c7d.zip
cpython-f44b9a1ac2cef6c0dd837c06a0090bd220e91c7d.tar.gz
cpython-f44b9a1ac2cef6c0dd837c06a0090bd220e91c7d.tar.bz2
Merged revisions 62145 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r62145 | thomas.heller | 2008-04-04 12:07:55 +0200 (Fri, 04 Apr 2008) | 3 lines Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc is used as compiler. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 14fa793..0468530 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,11 @@ Extension Modules
Library
-------
+Build
+-----
+
+- Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when
+ gcc is used as compiler.
What's New in Python 3.0a4?
===========================