doesn't compile on little-endian

Fix klibc compilation on little-endian mips

> When I compile klibc on little-endian mips, I get:
>   KLIBCLD klibc/libc.so
> ld: klibc/arch/mips/crt0.o: compiled for a little endian system and target is big endian
> ld: klibc/arch/mips/crt0.o: endianness incompatible with that of the selected emulation
> ld: failed to merge target specific data of file klibc/arch/mips/crt0.o

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
1 file changed