On 08/02/11 07:33, Ira Rosen wrote:
It certainly helps to understand that I don't want to try that fancy both-endians build ;) Is separate big-endian build Really Hard as well?
Yes and no.
It's easy to configure for big endian: ..../configure --target=armbe-linux-gnueabi" .....
The hard part is that you'll probably find you need a big endian C library, and that means the usual circular compiler<->library dependencies.
Andrew