26 Feb
2007
26 Feb
'07
6:20 p.m.
On Mon, Feb 26, 2007 at 09:04:27AM -0800, 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.
Curiously, there's a third endianness listed in endian.h:
#define __LITTLE_ENDIAN 1234 #define __BIG_ENDIAN 4321 #define __PDP_ENDIAN 3412
Bryce