diff options
author | Ned Deily <nad@acm.org> | 2013-10-19 04:09:56 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-10-19 04:09:56 (GMT) |
commit | 87adb6ef38393932cbab3a1ec3769bafc7d740e2 (patch) | |
tree | ab2e933a355c7eed268eb213de8d9886070cd6ae /Misc | |
parent | ea41d5f27c8d4b8c546a078d190b131d6c9c2fd7 (diff) | |
download | cpython-87adb6ef38393932cbab3a1ec3769bafc7d740e2.zip cpython-87adb6ef38393932cbab3a1ec3769bafc7d740e2.tar.gz cpython-87adb6ef38393932cbab3a1ec3769bafc7d740e2.tar.bz2 |
Issue #14499: Fix several problems with OS X universal build support:
1. ppc arch detection for extension module builds broke with Xcode 5
2. ppc arch detection in configure did not work on OS X 10.4
3. -sysroot and -arch flags were unnecessarily duplicated
4. there was no obvious way to configure an intel-32 only build.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -190,6 +190,12 @@ Build - Issue #15663: Update OS X 10.6+ installer to use Tcl/Tk 8.5.15. +- Issue #14499: Fix several problems with OS X universal build support: + 1. ppc arch detection for extension module builds broke with Xcode 5 + 2. ppc arch detection in configure did not work on OS X 10.4 + 3. -sysroot and -arch flags were unnecessarily duplicated + 4. there was no obvious way to configure an intel-32 only build. + What's New in Python 3.4.0 Alpha 3? =================================== |