• Charles Hardin's avatar
    Fix to allow a compilation under mips big endian with gcc · f1b841b6
    Charles Hardin authored
    The __MIPSEL__ is mips little endian, specific and we needed
    to compile for a big endian mips target that also happened
    to be a mips64, so replaced the __MIPSEL__ with a __mip__
    which should preserve the build on little endian and allow a
    build for a big endian setup.
    
    	$ echo | mips64-linux-gcc -E -dM -
    	... snip snip ...
    	#define __mips__ 1
    	#define __MIPSEB__ 1
    Signed-off-by: 's avatarCharles Hardin <ckhardin@gmail.com>
    f1b841b6
Name
Last commit
Last update
..
google/protobuf Loading commit data...
solaris Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...
libprotobuf-lite.map Loading commit data...
libprotobuf.map Loading commit data...
libprotoc.map Loading commit data...