]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Fix Android/x86 build.
authorMike Pall <mike>
Wed, 17 Oct 2012 12:22:26 +0000 (14:22 +0200)
committerMike Pall <mike>
Wed, 17 Oct 2012 12:22:26 +0000 (14:22 +0200)
src/lj_arch.h

index 6811e1b39668e1c5182443dd06a354fa98bf75db..25c2cff836489a68eb9d4d3e02451e30afb31a49 100644 (file)
 #endif
 
 /* Various workarounds for embedded operating systems. */
-#if defined(__ANDROID__) || defined(__symbian__)
+#if (defined(__ANDROID__) && !defined(LJ_TARGET_X86ORX64)) || defined(__symbian__)
 #define LUAJIT_NO_LOG2
 #endif
 #if defined(__symbian__)