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