diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-02 19:34:03 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-02 19:34:03 (GMT) |
commit | c224458ef699e0306162a351ca7454b4d486c635 (patch) | |
tree | d74d13a16115b23cb4f6a817c65b742bd7a852e5 /Misc | |
parent | 8a7e5daab20ba98c7d95b5843c6b8ae30e5e6667 (diff) | |
download | cpython-c224458ef699e0306162a351ca7454b4d486c635.zip cpython-c224458ef699e0306162a351ca7454b4d486c635.tar.gz cpython-c224458ef699e0306162a351ca7454b4d486c635.tar.bz2 |
Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD
and DragonFly BSD. Patch by Nicolas Joly.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -422,6 +422,7 @@ Fredrik Johansson Gregory K. Johnson Simon Johnston Thomas Jollans +Nicolas Joly Evan Jones Jeremy Jones Richard Jones @@ -85,6 +85,9 @@ Library Build ----- +- Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD + and DragonFly BSD. Patch by Nicolas Joly. + - Issue #10679: The "idle", "pydoc" and "2to3" scripts are now installed with a version-specific suffix on "make altinstall". |