ARM: Add ARM target architecture selection (disabled).

This commit is contained in:
Mike Pall
2011-01-25 18:50:24 +01:00
parent 705f593ffc
commit ed6c895ae5
7 changed files with 70 additions and 10 deletions

View File

@@ -556,6 +556,8 @@ static uint32_t jit_cpudetect(lua_State *L)
luaL_error(L, "CPU does not support SSE2 (recompile without -DLUAJIT_CPU_SSE2)");
#endif
#endif
#elif LJ_TARGET_ARM
/* NYI */
#elif LJ_TARGET_PPC
/* Nothing to do. */
#else