I have an application that I'm writing on a little endian x86 system, but I would like to test it on a big endian processor to ensure compatibility. I understand that the ARM processor can go big endian or little endian, but by default the Raspberry Pi is little endian. Is there a big endian distribution/operating system available? If not, what am I looking at to construct one? Is it possible with the Raspberry Pi?
Thanks!