diff options
-rw-r--r-- | src/lj_arch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index f9854239..3ddc3e46 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -190,9 +190,6 @@ | |||
190 | #if defined(__ARMEB__) | 190 | #if defined(__ARMEB__) |
191 | #error "No support for big-endian ARM" | 191 | #error "No support for big-endian ARM" |
192 | #endif | 192 | #endif |
193 | #if defined(__thumb__) || defined(__thumb2__) | ||
194 | #error "No support for Thumb instruction set (yet)" | ||
195 | #endif | ||
196 | #if !__ARM_EABI__ | 193 | #if !__ARM_EABI__ |
197 | #error "Only ARM EABI is supported" | 194 | #error "Only ARM EABI is supported" |
198 | #endif | 195 | #endif |