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:
brendan%mozilla.org
2006-03-27 05:55:15 +00:00
parent b658d612fe
commit 491e4d5a4f

View File

@@ -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