PPC: Add build rules and preprocessed skeleton for PPCSPE target.

This commit is contained in:
Mike Pall
2010-08-27 17:20:16 +02:00
parent 96b60d5ef3
commit a8d23e84e6
4 changed files with 1122 additions and 21 deletions

View File

@@ -543,10 +543,12 @@ static uint32_t jit_cpudetect(lua_State *L)
luaL_error(L, "CPU does not support SSE2 (recompile without -DLUAJIT_CPU_SSE2)");
#endif
#endif
UNUSED(L);
#elif LJ_TARGET_PPC
/* Nothing to do. */
#else
#error "Missing CPU detection for this architecture"
#endif
UNUSED(L);
return flags;
}