
26 Feb
2007
26 Feb
'07
9:36 p.m.
On Mon, 26 Feb 2007, Jon A. Cruz wrote:
On Feb 26, 2007, at 7:56 AM, bulia byak wrote:
So the next questions is, do we have an ifdef that filters out only PPC-based Macs? If not, can the autoconfig gurus please help with creating one?
We might want to try to hit all big-endian machines, since it sounds like it's purely an endianess problem.
Glib gives you this information: you can just test for G_BYTE_ORDER == G_BIG_ENDIAN
Cheers, Michael