From: Mike Pall Date: Mon, 18 Apr 2011 21:44:06 +0000 (+0200) Subject: ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb). X-Git-Tag: v2.0.0-beta7~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fbacaf887d9b891f385eea835d2a18fdb752ac2;p=thirdparty%2FLuaJIT.git ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb). --- 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 @@ #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