diff options
author | Mike Pall <mike> | 2011-04-17 02:35:12 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-04-17 02:36:10 +0200 |
commit | 54994ef7be48063406490774776a4c3715136463 (patch) | |
tree | 721b674b89385701a71a1e417f0ca88c96492845 /src/lj_arch.h | |
parent | 7bb4b0f57082bec83b1048a379f1eb1ca28b0b44 (diff) | |
download | luajit-54994ef7be48063406490774776a4c3715136463.tar.gz luajit-54994ef7be48063406490774776a4c3715136463.tar.bz2 luajit-54994ef7be48063406490774776a4c3715136463.zip |
ARM: Enable ARM port.
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index ca5b0df4..43774a7d 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -125,7 +125,6 @@ | |||
125 | 125 | ||
126 | #elif LUAJIT_TARGET == LUAJIT_ARCH_ARM | 126 | #elif LUAJIT_TARGET == LUAJIT_ARCH_ARM |
127 | 127 | ||
128 | #error "No support for ARM CPUs (yet)" | ||
129 | #define LJ_ARCH_NAME "arm" | 128 | #define LJ_ARCH_NAME "arm" |
130 | #define LJ_ARCH_BITS 32 | 129 | #define LJ_ARCH_BITS 32 |
131 | #define LJ_ARCH_ENDIAN LUAJIT_LE | 130 | #define LJ_ARCH_ENDIAN LUAJIT_LE |