Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523840 | Differences between
and this patch

Collapse All | Expand All

(-)webkitgtk-2.4.3.orig/Source/WTF/wtf/Platform.h (-1 / +2 lines)
Lines 94-101 Link Here
94
94
95
/* CPU(MIPS) - MIPS 32-bit */
95
/* CPU(MIPS) - MIPS 32-bit */
96
/* Note: Only O32 ABI is tested, so we enable it for O32 ABI for now.  */
96
/* Note: Only O32 ABI is tested, so we enable it for O32 ABI for now.  */
97
/* N32 is also tested, without JIT */
97
#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_)) \
98
#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_)) \
98
    && defined(_ABIO32)
99
    && (defined(_ABIO32) || defined(_ABIN32))
99
#define WTF_CPU_MIPS 1
100
#define WTF_CPU_MIPS 1
100
#if defined(__MIPSEB__)
101
#if defined(__MIPSEB__)
101
#define WTF_CPU_BIG_ENDIAN 1 
102
#define WTF_CPU_BIG_ENDIAN 1 

Return to bug 523840