Subject: Re: elf2ecoff for Indigo kernel
To: Gerald Heinig <Gerald.Heinig@post.rwth-aachen.de>
From: Jeffrey M. Smith <jeffs@atheros.com>
List: port-sgimips
Date: 02/01/2001 16:07:29
Gerald Heinig wrote:

> Hmm. But it'll be the wrong byte order ie. LE.

It sounds risky to let elf2coff covert byte order, as it comes
up in quite a few places.  The Indigo is big endian, and
you want big endian tools.  You should be able to build a
big endian cross gcc.

jeffs