summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-10-19 04:09:56 (GMT)
committerNed Deily <nad@acm.org>2013-10-19 04:09:56 (GMT)
commit87adb6ef38393932cbab3a1ec3769bafc7d740e2 (patch)
treeab2e933a355c7eed268eb213de8d9886070cd6ae /Misc
parentea41d5f27c8d4b8c546a078d190b131d6c9c2fd7 (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 228416c..b986b30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===================================