diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lj_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index e04c4ee9..5f7e4456 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
| @@ -339,7 +339,7 @@ | |||
| 339 | #if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE) | 339 | #if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE) |
| 340 | #error "No support for PowerPC CPUs without double-precision FPU" | 340 | #error "No support for PowerPC CPUs without double-precision FPU" |
| 341 | #endif | 341 | #endif |
| 342 | #if defined(_LITTLE_ENDIAN) | 342 | #if defined(_LITTLE_ENDIAN) && (!defined(_BYTE_ORDER) || (_BYTE_ORDER == _LITTLE_ENDIAN)) |
| 343 | #error "No support for little-endian PowerPC" | 343 | #error "No support for little-endian PowerPC" |
| 344 | #endif | 344 | #endif |
| 345 | #if defined(_LP64) | 345 | #if defined(_LP64) |
