--- webkitgtk-2.4.3.orig/Source/WTF/wtf/Platform.h 2014-06-08 03:50:46.677001953 +0800 +++ webkitgtk-2.4.3/Source/WTF/wtf/Platform.h 2014-06-08 04:00:27.133789062 +0800 @@ -94,8 +94,9 @@ /* CPU(MIPS) - MIPS 32-bit */ /* Note: Only O32 ABI is tested, so we enable it for O32 ABI for now. */ +/* N32 is also tested, without JIT */ #if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_)) \ - && defined(_ABIO32) + && (defined(_ABIO32) || defined(_ABIN32)) #define WTF_CPU_MIPS 1 #if defined(__MIPSEB__) #define WTF_CPU_BIG_ENDIAN 1