summaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r--src/lj_arch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index 03da79a6..826c54c1 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -166,8 +166,6 @@
166#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */ 166#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
167#define LJ_ARCH_NOJIT 1 167#define LJ_ARCH_NOJIT 1
168 168
169#error "No support for plain PowerPC CPUs (yet)"
170
171#elif LUAJIT_TARGET == LUAJIT_ARCH_PPCSPE 169#elif LUAJIT_TARGET == LUAJIT_ARCH_PPCSPE
172 170
173#define LJ_ARCH_NAME "ppcspe" 171#define LJ_ARCH_NAME "ppcspe"