ARM: Add ARM target architecture selection (disabled).

This commit is contained in:
Mike Pall
2011-01-25 18:50:24 +01:00
parent 705f593ffc
commit ed6c895ae5
7 changed files with 70 additions and 10 deletions

View File

@@ -77,6 +77,9 @@ static int collect_reloc(BuildCtx *ctx, uint8_t *addr, int idx, int type);
#else
#include "buildvm_x64.h"
#endif
#elif LJ_TARGET_ARM
#include "../dynasm/dasm_arm.h"
#include "buildvm_arm.h"
#elif LJ_TARGET_PPCSPE
#include "../dynasm/dasm_ppc.h"
#include "buildvm_ppcspe.h"