diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lj_arch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 9ff3c2b6..a2032821 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
| @@ -318,6 +318,10 @@ | |||
| 318 | #if defined(_LP64) | 318 | #if defined(_LP64) |
| 319 | #error "No support for PowerPC 64 bit mode" | 319 | #error "No support for PowerPC 64 bit mode" |
| 320 | #endif | 320 | #endif |
| 321 | #elif LJ_TARGET_MIPS | ||
| 322 | #if defined(__mips_soft_float) | ||
| 323 | #error "No support for MIPS CPUs without FPU" | ||
| 324 | #endif | ||
| 321 | #endif | 325 | #endif |
| 322 | #endif | 326 | #endif |
| 323 | 327 | ||
