This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question about little and big endian


On Sep  7, 2000, Miguel Zarazua <mazarazx@level1.com> wrote:

> Hi, I'm using an ultra 10  Solaris system.
> I want to compile with gcc my C program in both little and big endian
> modes.

This only makes sense if the target hardware has the option of
operating in both little and big-ending modes, and GCC is able to
support both.  This is not the case for sparc processors.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]