Closed lidl closed 7 years ago
Old versions of gcc (such as gcc 4.2.1) don't provide any ENDIAN related defines.
Add a check for the sparc architecture, which I think should work on both 32 and 64 bit versions. Tested with gcc 4.2.1 on FreeBSD, on a Sparc64 machine.
I updated the patch in the way you requested.
Old versions of gcc (such as gcc 4.2.1) don't provide any ENDIAN related defines.
Add a check for the sparc architecture, which I think should work on both 32 and 64 bit versions. Tested with gcc 4.2.1 on FreeBSD, on a Sparc64 machine.