MIPS little-endian porting fix from Ian Jackson and Thiemo Seufer, via Mike Hommey <mh@glandium.org> (331820, r=me).
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193029 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
#define __LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
#if defined(linux) && (defined(__i386__) || defined(__x86_64__) || defined(__ia64))
|
||||
#if defined(linux) && (defined(__i386__) || defined(__x86_64__) || defined(__ia64) || (defined(__mips) && defined(__MIPSEL__)))
|
||||
#define __LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user