This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ronaldoussoren
Date 2009-06-08.21:35:37
SpamBayes Score 6.610906e-07
Marked as misclassified No
Message-id <1244496939.41.0.183119086713.issue6245@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-08 21:35:39ronaldoussorensetrecipients: + ronaldoussoren
2009-06-08 21:35:39ronaldoussorensetmessageid: <1244496939.41.0.183119086713.issue6245@psf.upfronthosting.co.za>
2009-06-08 21:35:38ronaldoussorenlinkissue6245 messages
2009-06-08 21:35:38ronaldoussorencreate