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 jszakmeister, loewis, plux, ronaldoussoren, tarek, zzzeek
Date 2009-09-06.12:05:47
SpamBayes Score 1.9231459e-09
Marked as misclassified No
Message-id <1252238752.88.0.317725531369.issue6245@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a new patch "arch-intel-v2.patch" that relects my current 
thinking about this patch.

This adds two new options to the "--with-univeral-archs" option for 
configure: "intel" and "3-way". The former builds a universal binary 
with the i386 and x86_64 architectures, the latter builds one with the 
i386, x86_64 and ppc architectures.

The "intel" build is most useful when your code only needs to run on 
modernish systems, the latter allows you to run scripts on PPC systems 
as well.

Both can be build on Snow Leopard systems. The current options "all" and 
"64-bit" cannot be used when you perform your build and target the 
default SDK because the system doesn't ship with PPC64 suppport anymore.

I intend to apply this patch for 2.7 and 3.2 unless there is serious 
opposition against this. The patch will not be backported to earlier 
versions.
History
Date User Action Args
2009-09-06 12:05:53ronaldoussorensetrecipients: + ronaldoussoren, loewis, jszakmeister, tarek, zzzeek, plux
2009-09-06 12:05:52ronaldoussorensetmessageid: <1252238752.88.0.317725531369.issue6245@psf.upfronthosting.co.za>
2009-09-06 12:05:51ronaldoussorenlinkissue6245 messages
2009-09-06 12:05:49ronaldoussorencreate