diff options
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 9ea10d0f..c5f2fb3d 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -227,6 +227,7 @@ | |||
227 | 227 | ||
228 | #elif LUAJIT_TARGET == LUAJIT_ARCH_PPCSPE | 228 | #elif LUAJIT_TARGET == LUAJIT_ARCH_PPCSPE |
229 | 229 | ||
230 | #error "The PPC/e500 port is broken and will be abandoned with LuaJIT 2.1" | ||
230 | #define LJ_ARCH_NAME "ppcspe" | 231 | #define LJ_ARCH_NAME "ppcspe" |
231 | #define LJ_ARCH_BITS 32 | 232 | #define LJ_ARCH_BITS 32 |
232 | #define LJ_ARCH_ENDIAN LUAJIT_BE | 233 | #define LJ_ARCH_ENDIAN LUAJIT_BE |