diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-03-12 10:50:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-03-12 10:50:39 (GMT) |
commit | eb62357a2e8c18fc014e9e977acf1e2026e5d9cf (patch) | |
tree | 0043501df576f3c02ca5d101201060faa5ad1bfa /Misc/NEWS | |
parent | 9cea8e51185b32b27975e081140802862a39b42e (diff) | |
download | cpython-eb62357a2e8c18fc014e9e977acf1e2026e5d9cf.zip cpython-eb62357a2e8c18fc014e9e977acf1e2026e5d9cf.tar.gz cpython-eb62357a2e8c18fc014e9e977acf1e2026e5d9cf.tar.bz2 |
Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -619,6 +619,8 @@ Tools/Demos Build ----- +- Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. + - Disable _XOPEN_SOURCE on NetBSD 1.x. - configure now checks whether gcc supports the PyArg_ParseTuple format |