MIPS: Add build rules (non-functional, yet).

This commit is contained in:
Mike Pall
2011-12-15 20:39:30 +01:00
parent b61be299c9
commit b330b468b3
6 changed files with 58 additions and 1 deletions

View File

@@ -614,6 +614,8 @@ static uint32_t jit_cpudetect(lua_State *L)
#endif
#elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE
/* Nothing to do. */
#elif LJ_TARGET_MIPS
/* NYI */
#else
#error "Missing CPU detection for this architecture"
#endif