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

@@ -119,6 +119,8 @@ static void emit_asm_wordreloc(BuildCtx *ctx, uint8_t *p, int n,
ins, sym);
exit(1);
}
#elif LJ_TARGET_MIPS
UNUSED(sym); /* NYI */
#else
#error "missing relocation support for this architecture"
#endif