adding little endian support

Ian Lance Taylor iant@google.com
Wed Apr 27 16:05:00 GMT 2011


naga raj <gnuuser.raj@gmail.com> writes:

>   Can any one please guide me, how to add little endian support to an
> embedded target
>   please refer to any link that helps in adding the little endian support.

If you are very lucky then you just have to change the definition of
BYTES_BIG_ENDIAN in your gcc/config/CPU/CPU.h file.

This is described in the gcc internals manual.

Ian



More information about the Gcc-help mailing list