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

@@ -74,6 +74,9 @@ static int collect_reloc(BuildCtx *ctx, uint8_t *addr, int idx, int type);
#elif LJ_TARGET_PPCSPE
#include "../dynasm/dasm_ppc.h"
#include "buildvm_ppcspe.h"
#elif LJ_TARGET_MIPS
#include "../dynasm/dasm_mips.h"
#include "buildvm_mips.h"
#else
#error "No support for this architecture (yet)"
#endif