MIPS: Add build rules (non-functional, yet).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user