]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).
authorMike Pall <mike>
Mon, 18 Apr 2011 21:44:06 +0000 (23:44 +0200)
committerMike Pall <mike>
Mon, 18 Apr 2011 21:44:06 +0000 (23:44 +0200)
src/lj_arch.h

index f98542399d961ecfa3127ab3317d116e4b154009..3ddc3e4644aa4a6652f86326b7996800ba58981b 100644 (file)
 #if defined(__ARMEB__)
 #error "No support for big-endian ARM"
 #endif
-#if defined(__thumb__) || defined(__thumb2__)
-#error "No support for Thumb instruction set (yet)"
-#endif
 #if !__ARM_EABI__
 #error "Only ARM EABI is supported"
 #endif