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

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