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 loewis
Recipients benjamin.peterson, cdavid, loewis, ronaldoussoren
Date 2008-12-23.19:04:51
SpamBayes Score 2.7975273e-06
Marked as misclassified No
Message-id <49513651.5090403@v.loewis.de>
In-reply-to <1230038609.42.0.375261709095.issue4728@psf.upfronthosting.co.za>
Content
> Yes, I made the build on a PPC machine. 

Hmm. Ronald's instructions say that the build machine must be
x86 for the build to work. I don't know what other
consequences using PPC would have; I recommend that we follow
these instructions until we understand them enough to change
them.

> I'm no expert on this, but maybe
> we should just get rid of the configure check and use the
> __LITTLE_ENDIAN__ and __BIG_ENDIAN__ macros.

That won't work, as not all compilers define these macros.
The 2.5 approach works fine (use the macros on OSX, and
use the configure test elsewhere). Unfortunately, that
support got removed in r63955. The patch in issue4060 looks
fine; I'm unsure why it hasn't been applied yet.
History
Date User Action Args
2008-12-23 19:04:53loewissetrecipients: + loewis, ronaldoussoren, benjamin.peterson, cdavid
2008-12-23 19:04:52loewislinkissue4728 messages
2008-12-23 19:04:51loewiscreate