[New-bugs-announce] [issue6245] Add "intel" universal architecture on OSX
Ronald Oussoren
report at bugs.python.org
Mon Jun 8 23:35:39 CEST 2009
New submission from Ronald Oussoren <ronaldoussoren at mac.com>:
Apple just announced that MacOSX 10.6 ("Snow Leopard") will be released
in September, and will only support intel systems.
This means that the --with-universal-archs option is not 100% usable if
you want to build a version of Python that specifically targets this
release of the OS.
The attached patch adds the option '--with-universal-archs=intel', which
will build a 32-bit/64-bit framework for intel systemsn (that is i386
and x86_64).
Note: the patch is for the trunk, I'll port it to 3.x after review.
----------
assignee: ronaldoussoren
components: Build, Macintosh
files: arch-intel.patch
keywords: needs review, patch
messages: 89118
nosy: ronaldoussoren
severity: normal
status: open
title: Add "intel" universal architecture on OSX
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file14237/arch-intel.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6245>
_______________________________________
More information about the New-bugs-announce
mailing list